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-toolkitcan be used in React Native projects. - Fixed a bug in sum where passing
undefinedvalues 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.