Skip to content

Releases: softwareventures/array

v5.0.0-alpha.5

14 Jan 00:07

Choose a tag to compare

v5.0.0-alpha.5 Pre-release
Pre-release

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

13 Jan 21:00

Choose a tag to compare

v5.0.0-alpha.4 Pre-release
Pre-release

5.0.0-alpha.4 (2022-01-13)

Bug Fixes

  • deps: update dependency @softwareventures/nullable to v2 (#51) (ba62903)
  • deps: update dependency @softwareventures/ordered to v1 (#49) (5825982)

v4.2.0

13 Jan 23:51

Choose a tag to compare

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

13 Jan 19:45

Choose a tag to compare

4.1.4 (2022-01-13)

v5.0.0-alpha.3

13 Dec 23:13
2a31608

Choose a tag to compare

v5.0.0-alpha.3 Pre-release
Pre-release

5.0.0-alpha.3 (2021-12-13)

Bug Fixes

  • deps: update dependency @softwareventures/ordered to v1 (#61) (2a31608)

v5.0.0-alpha.2

13 Dec 22:56
f39d07a

Choose a tag to compare

v5.0.0-alpha.2 Pre-release
Pre-release

5.0.0-alpha.2 (2021-12-13)

Bug Fixes

  • deps: update dependency @softwareventures/nullable to v2 (#60) (f39d07a)

v5.0.0-alpha.1

24 Oct 18:08

Choose a tag to compare

v5.0.0-alpha.1 Pre-release
Pre-release

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.

v4.1.3

07 Jul 20:10
52695a0

Choose a tag to compare

4.1.3 (2021-07-07)

Bug Fixes

  • deps: update dependency @softwareventures/nullable to v2 (#51) (ba62903)

v4.1.2

07 Jul 12:51
5825982

Choose a tag to compare

4.1.2 (2021-07-07)

Bug Fixes

  • deps: update dependency @softwareventures/ordered to v1 (#49) (5825982)

v4.1.1

14 May 01:40

Choose a tag to compare

4.1.1 (2021-05-14)

Bug Fixes

  • head: fix head function not exported (dd15860)