Skip to content

Releases: toss/es-toolkit

v1.14.0

09 Aug 02:00
Compare
Choose a tag to compare

Released on August 9th, 2024.

v1.13.1

20 Jul 02:56
Compare
Choose a tag to compare

Released on July 20th, 2024.

  • Use the compatibility layer es-toolkit/compat in legacy CDN builds.

v1.13.0

20 Jul 02:31
Compare
Choose a tag to compare

Released on July 20th, 2024.

es-toolkit can now be used in various CDNs, like unpkg and jsdelivr. See more in our installation docs

Features

Lodash Compatibility

v1.12.0

18 Jul 15:05
Compare
Choose a tag to compare

Released on July 19th, 2024.

  • Fixed a bug where es-toolkit/compat was not available in modern Node.js environments.
  • Added support for max and min in our compatibility layer es-toolkit/compat. (e1e6e38)

v1.11.0

18 Jul 14:25
Compare
Choose a tag to compare

Released on July 18th, 2024.

Introducing es-toolkit/compat

We're introducing es-toolkit/compat, a new module designed as a drop-in replacement for lodash. It replicates lodash's API, making it easier to switch between the two libraries.

es-toolkit/compat is undergoing rigorous testing using real lodash test cases. Initial benchmarks suggest it's typically 5% slower and increases bundle size by 10% compared to the original es-toolkit.

This module is intended to facilitate a smooth transition and should be replaced with the original es-toolkit for optimal performance once migration is complete.

For more information, see our compatibility documentation.

Features

Bug fixes

  • Fixed drop and dropRight incorrectly accepting negative integers. (#218)
  • Fixed invert not to invert inherited properties. (#221)

Performance Improvements

  • Improved performance for dropRightWhile. (#220)

v1.10.1

15 Jul 01:17
Compare
Choose a tag to compare

Released on July 15th, 2024.

v1.10.0

14 Jul 09:23
Compare
Choose a tag to compare

Released on July 14th, 2024.

Features

Performance Improvements

  • Optimize the performance of isNil by simplifying its check. (489ac76)
  • Optimize the performance of sum. (#155)

v1.9.0

10 Jul 00:58
Compare
Choose a tag to compare

Released on July 10th, 2024.

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.