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

Release 2.5.0

Compare
Choose a tag to compare
@surol surol released this 11 Dec 05:18
· 403 commits to master since this release

New Features

  • Add valueIt(), valueArray(), and valueIndexed() functions.
    A more effective combination to map/filter operations with some limitations.

Fixes

  • Fix filterIt(), filterArray(), and filterIndexed() type definitions.
    Move more specific overrides up.