Releases: softwareventures/array
Releases · softwareventures/array
v5.3.0
5.3.0 (2022-10-09)
Features
- filterfirst: deprecate filterFirst function in favour of excludeFirst (c7d1fc8)
v5.2.1
5.2.1 (2022-10-07)
Bug Fixes
- deps: simplify dependency on @softwareventures/nullable (c51bb9c)
- use equal function from @softwareventures/ordered as defaultEqual function (251e641)
v5.2.0
5.2.0 (2022-07-04)
Features
- average: add average function (e72c820)
- maximumby: add maximumBy function (b031d76)
- minimumby: add minimumBy function (39102f8)
v5.1.0
5.1.0 (2022-04-16)
Features
- all: add type-narrowing signature (6536fa8)
v4.6.0
4.6.0 (2022-04-16)
Features
- all: add type-narrowing signature (4405ad7)
v5.0.1
5.0.1 (2022-02-02)
Bug Fixes
- update to comply with @softwareventures/eslint-config v5.1.0 (e59e45a)
v5.0.0
5.0.0 (2022-01-20)
Bug Fixes
- deps: update dependency @softwareventures/nullable to v2 (#60) (f39d07a)
- deps: update dependency @softwareventures/ordered to v1 (#61) (2a31608)
Features
- node: drop support for node 13, 15 (8d401ab)
- nonenull: improve type signature for noneNull (9953157)
BREAKING CHANGES
- node: node versions 13, 15 are no longer supported.
- nonenull: The type parameter to noneNull has changed to the type of the array itself, not the
type of its elements. The behaviour of the function is unchanged. Callers that specify an explicit
type parameter will need to be updated.
v5.0.0-alpha.9
Features
- prefixmatch: add prefixMatch function (8482a41)
v4.5.0
4.5.0 (2022-01-17)
Features
- prefixmatch: add prefixMatch function (8482a41)
v5.0.0-alpha.8
Bug Fixes
- reverse: reverse should not modify original array (920f2c1)