Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 10:18
· 252 commits to master since this release
95ee6e4

Changelog

95ee6e4 Merge pull request #167 from Syuparn/add-std

New features

  • props: add <>#All to read stdin at once
  • props: add Obj#traverse to search nested keys
  • props: add Iterable#flipflop
  • props: add Iterable#avg, Iterable#std for statictics
  • props: enable to use arighmetic operators for float
  • props: add Iterable#tally to count elements