Releases: cubux-net/ts-readonly-array
Releases · cubux-net/ts-readonly-array
v2.0.0
v1.1.0
- Add:
removeMatch()removes some items matching the given predicate. It's a combination of[].findIndex()andremove()or[].filter()with inversion and limit. - Add:
updateMatch()updates some items matching the given predicate. It's a combination of[].map()with limit.