Released on December 12th, 2025.
- Enhanced
mergeto handle arrays and objects consistently, and to match lodash's behavior with date values and array-like objects. ([#1553], [#1542], [#1548]) - Fixed
isMatchandisMatchWithto match lodash's behavior. - Fixed
intersectionByimplementation and removed duplicates when the mapper produces the same values. ([#1528]) - Fixed
throttleworking like debounce. - Fixed type inference in
toSnakeCaseKeys,toCamelCaseKeysfor edge cases and improved type inference for uppercase keys. ([#1538]) - Fixed casing utilities (
camelCase,kebabCase,lowerCase,snakeCase,startCase,upperCase) to match lodash's behavior. ([#1525]) - Fixed
compat/templateto disable ES interpolation when custominterpolateis provided. ([#1527]) - Fixed incorrect example in
differenceBydocumentation. ([#1543]) - Performance improvement: updated
deburrto use arrays to construct the deburrMap. ([#1526])
We sincerely thank @dayongkr, @raon0211, @wo-o29, @Yeom-JinHo, @Copilot, @oshosh, @vbfox, @sukvvon, @sankeyangshu, @D-Sketon, @seo-rii for their contributions. We appreciate your great efforts!