Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-03-18 | 508 Bytes | |
v2.0.7.tar.gz | 2018-03-18 | 1.7 MB | |
v2.0.7.zip | 2018-03-18 | 1.7 MB | |
Totals: 3 Items | 3.4 MB | 0 |
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.