Skip to content

Releases: toss/es-toolkit

v1.2.2

13 Jun 13:08
Compare
Choose a tag to compare

Released on June 13th, 2024.

  • Add support for readonly arrays in array utilities. (#32, e595e5e)
  • Optimize the time complexity of uniq. (#40)
  • Optimize the time complexity of intersectionBy. (#44)

v1.2.1

13 Jun 06:35
Compare
Choose a tag to compare

Released on June 13th, 2024.

  • Ensure that the omit and pick functions only accept plain JavaScript objects as arguments. (#35)

v1.2.0

08 Jun 06:53
Compare
Choose a tag to compare

Released on June 8th, 2024.

Features

  • Added the noop function. (678028d)

Performance Improvements

  • Optimized the difference and differenceBy functions for better performance with large arrays. (#27, #28)

Bug fixes

  • Fixed shuffle to ensure it does not modify the original array. (#29)

v1.1.0

04 Jun 23:14
Compare
Choose a tag to compare

Released on June 5th, 2024.

  • Support passing arguments to throttled and debounced functions. (#26)

v1.0.4

04 Jun 01:08
Compare
Choose a tag to compare

Released on June 4th, 2024.

  • Provide correct type declarations for ECMAScript Modules. (#21)

v1.0.3

03 Jun 13:34
Compare
Choose a tag to compare

Released on June 3rd, 2024.

  • Provide correct types for "module": "Node", "Node10", and "Node16". (#16)

v1.0.2

31 May 08:06
Compare
Choose a tag to compare

Released on May 31th, 2024.

  • Re-released version 1.0.0 due to a previous deployment by someone else that was later deleted on NPM.

v1.0.1

31 May 08:04
Compare
Choose a tag to compare

Released on May 31th, 2024.

  • Re-released version 1.0.0 due to a previous deployment by someone else that was later deleted on NPM.

v1.0.0

31 May 07:57
Compare
Choose a tag to compare

Initial release. Released on May 31th, 2024.