Skip to content

Releases: toss/es-toolkit

v1.8.0

05 Jul 01:14
Compare
Choose a tag to compare

Released on July 5th, 2024.

v1.7.1

03 Jul 01:49
Compare
Choose a tag to compare

Released on July 3rd, 2024.

v1.7.0

03 Jul 01:48
Compare
Choose a tag to compare

Released on July 3rd, 2024.

v1.6.1

30 Jun 04:47
Compare
Choose a tag to compare

Released on June 30th, 2024.

  • Publish package on JSR.

v1.6.0

30 Jun 03:34
Compare
Choose a tag to compare

Released on June 30th, 2024.

Features

v1.5.0

28 Jun 12:54
Compare
Choose a tag to compare

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

15 Jun 07:03
Compare
Choose a tag to compare

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

15 Jun 02:57
Compare
Choose a tag to compare

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

14 Jun 01:34
Compare
Choose a tag to compare

Released on June 14th, 2024.

Features

  • Add support for using AbortSignals to cancel debounced functions. (#45)

Performance Optimizations

  • Optimize the time complexity of intersection. (#47)

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)