Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@tkgalk tkgalk released this 06 Feb 16:44
· 18 commits to master since this release

[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