yarn es-toolkit 1.11.0
v1.11.0

latest releases: 1.39.10-dev.1571, 1.39.10-dev.1570, 1.39.10-dev.1569...
14 months ago

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)

Don't miss a new es-toolkit release

NewReleases is sending notifications on new releases.