Skip to content

Latest commit

 

History

History
139 lines (80 loc) · 6.2 KB

CHANGELOG.md

File metadata and controls

139 lines (80 loc) · 6.2 KB

es-toolkit Changelog

Version v1.8.0

Released on July 5th, 2024.

Version v1.7.1

Released on July 3rd, 2024.

Version v1.6.1

Released on June 30th, 2024.

  • Publish package on JSR.

Version v1.6.0

Released on June 30th, 2024.

Features

Version v1.5.0

Released on June 28th, 2024.

Features

Bug fixes

  • Enforce stricter argument types in pickBy and omitBy. (toss#60)
  • Fix a bug in difference where one array parameter was not readonly. (toss#83)
  • Fix a bug in round where it incorrectly accepts floating-point numbers as precision. (toss#79)

Version v1.4.0

Released on June 15th, 2024.

Features

Performance Optimizations

Version 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. (toss#49)

Version v1.3.0

Released on June 14th, 2024.

Features

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

Performance Optimizations

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

Version v1.2.2

Released on June 13th, 2024.

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

Version v1.2.1

Released on June 13th, 2024.

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

Version v1.2.0

Released on June 8th, 2024.

Features

Performance Improvements

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

Bug fixes

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

Version v1.1.0

Released on June 5th, 2024.

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

Version v1.0.4

Released on June 4th, 2024.

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

Version v1.0.3

Released on June 3rd, 2024.

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

Version v1.0.2

Initial release. Released on May 31th, 2024.