Skip to content

Releases: sodiray/radash

v12.1.0

08 Mar 00:30
069b26c
Compare
Choose a tag to compare

What's Changed

  • add return type generic to memo func by @rayepps in #381

Full Changelog: v12.0.0...v12.1.0

v12.0.0

21 Feb 04:33
2be4acf
Compare
Choose a tag to compare

What's Changed

  • types: type safer implementation for sum function (#358) by @jukanntenn in #359
  • Feat (number) / inRange function by @mertdy in #255
  • Update series.ts doc typo by @metasong in #330
  • extend get function to handle path contain quote by @xiamibuchi in #336
  • fix: Improve type inference for chain function by @fResult in #370
  • improve memo, partial, compose, and chain function types by @rayepps in #379

New Contributors

Full Changelog: v11.0.0...v12.0.0

v11.0.0

27 Jun 16:39
03dd315
Compare
Choose a tag to compare

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

v10.9.0

17 Jun 07:26
d5fc623
Compare
Choose a tag to compare
feat: add all function to the async module (#305)

v10.8.1

28 Mar 19:18
77cb220
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.7.1...v10.8.1

v10.7.1

08 Mar 00:02
31c1397
Compare
Choose a tag to compare

What's Changed

  • fix spelling mistake in clone page by @isaac0798 in #240
  • do not rethrow when no error was thrown by cleanup by @rayepps in #270

New Contributors

Full Changelog: v10.7.0...v10.7.1

v10.7.0

16 Jan 04:30
c30ed56
Compare
Choose a tag to compare

What's Changed

  • fix pick types to allow interfaces by @rayepps in #237
  • add set and construct to object module by @rayepps in #236

Full Changelog: v10.6.0...v10.7.0

v10.6.0

08 Jan 06:55
eb864e5
Compare
Choose a tag to compare

What's Changed

  • change license from BSD 3 Clause -> MIT by @rayepps in #229
  • allow for custom default value in series prev/next functions by @rayepps in #230

Full Changelog: v10.5.0...v10.6.0

v10.5.0

07 Jan 03:33
b852d2e
Compare
Choose a tag to compare

What's Changed

  • fix: move types to be first entry in package.json exports by @dsherret in #227
  • add crush function to object module by @rayepps in #228

New Contributors

Full Changelog: v10.4.0...v10.5.0

v10.4.0

06 Jan 02:24
3975ea5
Compare
Choose a tag to compare

What's Changed

  • improve trim docs and tests by @rayepps in #225
  • add keys function to object module by @rayepps in #226

Full Changelog: v10.3.2...v10.4.0