This repository has been archived by the owner on May 31, 2022. It is now read-only.
v0.2.0
[0.2.0] - 2020-02-06
Added
- keys function
- omit function
- sort function
- slice function
- values function
- this CHANGELOG.md file
- CONTRIBUTORS.md
- new logo (courtesy of Weronika Wróbel) 🎉!
- Dockerfile
- added JSDoc for functions
- added warnings about pre-production usage and simple roadmap about versioning and release schedule
- concat function
- equals function
- find function
- flatten function
- has function
- nth function
- has function
- prop function
- groupBy function
- includes function
- last function
- GitHub Actions for CI
- pluck function
- slice function
Changed
- added more types
- added missing docs to find
- fixed unintentional mutation in sort function
- sort supports any numbers now, not only 1, 0 and -1
Removed
- removed doubled
test.ts
file - removed importmaps completely (check issue #20)
- removed curry-by-default behaviour