Skip to content

v1.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 14:25
· 557 commits to main since this release

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)