Releases: softwareventures/array
Releases · softwareventures/array
v5.0.0-alpha.5
5.0.0-alpha.5 (2022-01-14)
Features
- equal: add equal function (8f6f25f)
- notequal: add notEqual function (94b0562)
- only: add only function (303537f)
- sort: add sort function (089fded)
- sortby: add sortBy function (51d7781)
- sortbydescending: add sortByDescending function (524b670)
Performance Improvements
- zip: hopefully make zip a bit faster for large arrays (9b2d82a)
v5.0.0-alpha.4
5.0.0-alpha.4 (2022-01-13)
Bug Fixes
v4.2.0
4.2.0 (2022-01-13)
Features
- equal: add equal function (8f6f25f)
- notequal: add notEqual function (94b0562)
- only: add only function (303537f)
- sort: add sort function (089fded)
- sortby: add sortBy function (51d7781)
- sortbydescending: add sortByDescending function (524b670)
Performance Improvements
- zip: hopefully make zip a bit faster for large arrays (9b2d82a)
v4.1.4
v5.0.0-alpha.3
5.0.0-alpha.3 (2021-12-13)
Bug Fixes
v5.0.0-alpha.2
5.0.0-alpha.2 (2021-12-13)
Bug Fixes
v5.0.0-alpha.1
5.0.0-alpha.1 (2021-10-24)
Features
- nonenull: improve type signature for noneNull (9953157)
BREAKING CHANGES
- 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.