Skip to content

Releases: cubux-net/ts-readonly-array

v2.0.0

13 Dec 15:54
fcec19a
Compare
Choose a tag to compare
  • BREAKING: Drop Node < 18.
  • BREAKING: Add typescript from 3 to 5 to optional peerDependencies.

v1.1.0

13 Dec 15:35
8b2f0b3
Compare
Choose a tag to compare
  • Add: removeMatch() removes some items matching the given predicate. It's a combination of [].findIndex() and remove() or [].filter() with inversion and limit.
  • Add: updateMatch() updates some items matching the given predicate. It's a combination of [].map() with limit.

v1.0.0

25 Jun 03:59
Compare
Choose a tag to compare

Initial release.