Skip to content

v3.1.0

Compare
Choose a tag to compare
@andreidmt andreidmt released this 12 Oct 13:50
· 170 commits to master since this release

3.1.0 (2020-10-12)

Features

  • Add "append" and "prepend" functions. "concat" is now alias of "append" (91fc6d7)
  • Rewrite "count" multiple signatures into separate functions - count, countBy and countWith (2f76c17)
  • forEach: Update to allow uncurried call, accept non-array input, treat function array as pipe (9e8367f)