Releases: toss/es-toolkit
Releases · toss/es-toolkit
v1.8.0
Released on July 5th, 2024.
v1.7.1
Released on July 3rd, 2024.
v1.7.0
Released on July 3rd, 2024.
v1.6.1
Released on June 30th, 2024.
v1.6.0
Released on June 30th, 2024.
Features
v1.5.0
Released on June 28th, 2024.
Features
Bug fixes
- Enforce stricter argument types in
pickBy
and omitBy
. (#60)
- Fix a bug in
difference
where one array parameter was not readonly. (#83)
- Fix a bug in
round
where it incorrectly accepts floating-point numbers as precision
. (#79)
v1.4.0
Released on June 15th, 2024.
Features
- Add support for random. (#53)
- Add support for randomInt. (99a34e4)
- Add support for using AbortSignals to cancel the
Promise
returned by delay
. (#52)
Performance Optimizations
v1.3.1
Released on June 15th, 2024.
- Fixed a bug in
dropWhile
where it incorrectly returned the entire array when no elements matched the predicate. (#49)
v1.3.0
Released on June 14th, 2024.
Features
- Add support for using AbortSignals to cancel
debounce
d functions. (#45)
Performance Optimizations
- Optimize the time complexity of
intersection
. (#47)
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)