v2.0.7
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
, andsortWith
.
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.