What's Changed
- feat:
isArray
now uses built-in Array.isArray to improve perf by @gquittet in #285 - feat: async callback functions in
reduce
are now called with an additional index parameter by @UnKnoWn-Consortium in #291 - feat:
throttle
now has a methodisThrottled
that checks if there is an active throttle by @UnKnoWn-Consortium in #293 - feat:
debounce
now has a methodisPending
that checks if there is any pending invocation for the source function by @UnKnoWn-Consortium in #294 - feat:
try
function now support sync calls by @rayepps in #312 - feat:
all
function now returns ordered array type when input is a static array by @rayepps in #314 - feat:
min
andmax
functions now correctly require mapper when array includes non-number values by @rayepps in #310 - feat:
sift
function's return type now correctly includes falsy values @rayepps in #308 - fix:
assign
now keeps unique values by @apstanisic in #249 - fix: trim no longer throws regex error by @apstanisic in #251
- fix:
get
functions return type is correct +get
handles null default value by @rayepps in #259 - fix:
set
now allows falsy values by @jovanamatk in #263 - fix:
pick
now works on target objects that are proxified or have their ownhasOwnProperty
method overwritten by @UnKnoWn-Consortium in #295 - fix:
replace
now works with new items that have a falsy value by @rayepps in #309 - fix:
snake
function now splits number from letters by @rayepps in #311
New Contributors
- @apstanisic made their first contribution in #249
- @ptrcortes made their first contribution in #260
- @jovanamatk made their first contribution in #263
- @JacobWeisenburger made their first contribution in #273
- @gquittet made their first contribution in #285
- @UnKnoWn-Consortium made their first contribution in #291
- @danmichaelo made their first contribution in #297
- @raphaelpra made their first contribution in #302
- @DuCanhGH made their first contribution in #296
Full Changelog: v10.9.0...v11.0.0