Released on November 17th, 2025.
- Added new async utilities:
filterAsync,flatMapAsync,forEachAsync,mapAsync,reduceAsync, andlimitAsyncfor handling asynchronous operations. - Exported
ThrottleOptionsandDebounceOptionsinterfaces for better type support. - Fixed
isFiniteto implement type predicate to narrow type to number. - Fixed
isSafeIntegerto implement type predicate to narrow type to number. - Fixed
omitto prevent adding index properties to array-like objects. - Fixed
mergeWithto remove unnecessary nullish coalescing for 100% branch coverage. - Fixed
compat/updateWithto remove unreachable code and add prototype pollution test. - Updated documentation headings for consistency.
- Improved test coverage for
compat/mergeWith,compat/unset,get,toMerged,mergeWith, andcompat/intersectionBywith additional edge cases and security tests.
We sincerely thank @Debbl, @wo-o29, @raon0211, @Yeom-JinHo, @sukvvon, and @D-Sketon for their contributions. We appreciate your great efforts!