Released on June 26th, 2026.
- Added the
es-toolkit/fpentrypoint with data-last, pipeable utilities, documentation, benchmarks, and bundle-size checks. ([#1781]) - Added a broad set of array utilities to
es-toolkit/fp, covering slicing, grouping, set operations, ordering, zipping, and collection helpers. ([#1801]) - Fixed
trimStartto validate multi-character trim strings correctly before it stops trimming. ([#1615]) - Fixed
compat/pickto prefer a literal key over a dot-notation path when the picked value isundefined. ([#1775]) - Fixed
compat/randomto better match Lodash behavior for coerced bounds and floating-point options. ([#1767]) - Fixed
compat/chunkto handleNaNandInfinitysize values consistently with Lodash. ([#1797]) - Improved documentation and JSDoc accuracy across array, function, and compat references. ([#1785], [#1786], [#1788], [#1790], [#1791], [#1792], [#1793], [#1795], [#1800])
We sincerely thank @Antoliny0919, @D-Sketon, @eunwoo-levi, and @raon0211 for their contributions. We appreciate your great efforts!