Skip to content

Releases: softwareventures/array

v5.0.0-alpha.7

15 Jan 10:36
Compare
Choose a tag to compare
v5.0.0-alpha.7 Pre-release
Pre-release

5.0.0-alpha.7 (2022-01-15)

Features

  • partitionuntil: add partitionUntil function (b118fde)

v5.0.0-alpha.6

15 Jan 09:46
Compare
Choose a tag to compare
v5.0.0-alpha.6 Pre-release
Pre-release

5.0.0-alpha.6 (2022-01-15)

Features

  • dropuntil: add dropUntil function (610d3ec)
  • node: drop support for node 13, 15 (8d401ab)
  • takeuntil: add takeUntil function (ae40041)

BREAKING CHANGES

  • node: node versions 13, 15 are no longer supported.

v4.4.1

15 Jan 18:21
Compare
Choose a tag to compare

4.4.1 (2022-01-15)

Bug Fixes

  • reverse: reverse should not modify original array (920f2c1)

v4.4.0

15 Jan 10:36
Compare
Choose a tag to compare

4.4.0 (2022-01-15)

Features

  • partitionuntil: add partitionUntil function (b118fde)

v4.3.1

15 Jan 13:26
Compare
Choose a tag to compare

4.3.1 (2022-01-15)

Bug Fixes

  • reverse: reverse should not modify original array (2dcd9c9)

v4.3.0

15 Jan 09:46
Compare
Choose a tag to compare

4.3.0 (2022-01-15)

Features

  • dropuntil: add dropUntil function (610d3ec)
  • takeuntil: add takeUntil function (ae40041)

v4.2.1

15 Jan 18:17
Compare
Choose a tag to compare

4.2.1 (2022-01-15)

Bug Fixes

  • reverse: reverse should not modify original array (2f29646)

v4.1.5

15 Jan 13:25
Compare
Choose a tag to compare

4.1.5 (2022-01-15)

Bug Fixes

  • reverse: reverse should not modify original array (92eff1d)

v4.0.1

15 Jan 13:22
Compare
Choose a tag to compare

4.0.1 (2022-01-15)

Bug Fixes

  • reverse: reverse should not modify original array (f7ab74b)

v5.0.0-alpha.5

14 Jan 00:07
Compare
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)