Released on April 24th, 2025.
- Introduced compatibility functions for groupBy, partial, partialRight, forEachRight, forOwnRight, forIn, forInRight, overEvery, hasIn, pullAt, forOwn, pullAllWith, overSome, partition, and flatMap.
- Fixed compatibility issues in take, takeRight, defaults, repeat, and words by adding proper guards.
- Fixed throttle behavior when both leading and trailing options are enabled.
- Improved performance for find by removing unnecessary slice operations.
- Enhanced performance of toPairs by pre-allocating arrays and using iterator values.
- Simplified implementation and aligned types with Lodash for partition.
We sincerely thank @D-Sketon, @raon0211, @dayongkr, @minjongbaek, @seungrodotlee, @mass2527, @uniqueeest, @leehj322, @cruelladevil, @shren207, and @ssi02014 for their contributions. We appreciate your great efforts!