Skip to content

v5.0.0-alpha.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Jan 00:07

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)