Skip to content

v2.0.7

Compare
Choose a tag to compare
@paldepind paldepind released this 18 Mar 15:45
· 205 commits to master since this release

New features

  • Two new API varians of the library. A curried variant and a variant with chainable methods. See more here.
  • New functions added: sort, sortBy, and sortWith.

Deprecation

The list/ramda export is now deprecated. The new list/curried should be used instead. The new list/curried exports functions that are curried with an internal curry function. This makes it dependency-free compared to the old one that relied on Ramda.