Releases: toss/es-toolkit
Releases · toss/es-toolkit
v1.2.2
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
Released on June 13th, 2024.
- Ensure that the
omit
and pick
functions only accept plain JavaScript objects as arguments. (#35)
v1.2.0
Released on June 8th, 2024.
Features
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
Released on June 5th, 2024.
- Support passing arguments to throttled and debounced functions. (#26)
v1.0.4
Released on June 4th, 2024.
- Provide correct type declarations for ECMAScript Modules. (#21)
v1.0.3
Released on June 3rd, 2024.
- Provide correct types for
"module": "Node"
, "Node10"
, and "Node16"
. (#16)
v1.0.2
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
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
Initial release. Released on May 31th, 2024.