Skip to content

v0.22 - 8 June 2019

Compare
Choose a tag to compare
@andreidmt andreidmt released this 08 Jun 10:13
· 319 commits to master since this release

💥 Bracking change

  • Rename all *By -> *With. Functions relying on isMatch and required a subset object.

Add

  • Add any(With) - Test if at least one element of array satisfies function
  • Add curry - Partially apply a function

Change

  • Refactor to ES6 import/export

Remove

  • Remove findFiles. Use glob
  • Remove coinToss