Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Release 1.1.0

Compare
Choose a tag to compare
@surol surol released this 05 Oct 08:11
· 511 commits to master since this release

New Features

  • Add array-specific operations: filterArray(), flatMapArray(), and mapArray().
  • Add itsElements() function - an Array.from() analog optimized for push iterables.
  • Expose iteratorOf() utility function.