Skip to content

v1.1.0

Compare
Choose a tag to compare
@Vovan-VE Vovan-VE released this 13 Dec 15:35
· 1 commit to master since this release
8b2f0b3
  • 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.