github sodiray/radash v11.0.0

latest releases: v12.1.0, v12.0.0
10 months ago

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 method isThrottled that checks if there is an active throttle by @UnKnoWn-Consortium in #293
  • feat: debounce now has a method isPending 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 and max 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 own hasOwnProperty 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

Full Changelog: v10.9.0...v11.0.0

Don't miss a new radash release

NewReleases is sending notifications on new releases.