Skip to content

v4.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jan 23:51
· 584 commits to main since this release

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)