Released on March 9th, 2025.
- Added support for reverseString and isJSON.
- Introduced compatibility functions for pullAllBy, intersectionWith, findLast, reduce, reduceRight, divide, values, valuesIn, maxBy, and pickBy.
- Fixed package exports on React Native so that
es-toolkit
can be used in React Native projects. - Fixed a bug in sum where passing
undefined
values likesum([undefined, 1, 2, 3])
resulted inNaN
, which was different from lodash. - Fixed a bug in assignIn that didn't assign keys with undefined values.