Released on October 24th, 2025.
- Enhanced
throttleto preservethiscontext when called as a method. - Added type guard support for
partitionfunction. - Fixed
omitto support runtime-determined key arrays with proper overloads. - Fixed
defaultsin compatibility layer to properly handle undefined and null sources. - Fixed
toSnakeCaseKeysandtoCamelCaseKeysto correctly return types for non-plain objects. - Fixed
toMergedandmergeWithto properly handle shared objects in merge logic. - Fixed
compat/unionto support array-like objects. - Fixed
compat/updateWithto usegetfor value retrieval in updater function. - Fixed circular import between
isMatchandisMatchWith. - Fixed
findandfindLastby simplifying logic and removing unnecessary checks. - Fixed
takeRightby improving test coverage and removing redundant checks. - Fixed
curryandcurryRightby removing unnecessary type assertions. - Fixed
isEqualWithandmapKeysby removing unnecessary type assertions. - Improved performance for
meanByby removing intermediate array creation. - Updated build system to use UMD format instead of IIFE for browser builds.
- Fixed numerous documentation examples across compat modules.
- Improved test coverage with additional test cases for edge cases and compatibility.
We sincerely thank @the5thbeatle, @wo-o29, @hwibaski, @manudeli, @raon0211, @dayongkr, @D-Sketon, @yoouungyoung, @Dohun-choi, @sukvvon, @zoulou00, and @sen2y for their contributions. We appreciate your great efforts!