Releases: sodiray/radash
Releases · sodiray/radash
v12.1.0
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
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
- @jukanntenn made their first contribution in #359
- @Minhir made their first contribution in #361
- @AngadSethi made their first contribution in #328
- @metasong made their first contribution in #330
- @xiamibuchi made their first contribution in #336
- @fResult made their first contribution in #370
Full Changelog: v11.0.0...v12.0.0
v11.0.0
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
v10.9.0
feat: add all function to the async module (#305)
v10.8.1
What's Changed
- Adding guard by @manas-vessel in #277
New Contributors
- @manas-vessel made their first contribution in #277
Full Changelog: v10.7.1...v10.8.1
v10.7.1
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
- @isaac0798 made their first contribution in #240
Full Changelog: v10.7.0...v10.7.1
v10.7.0
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
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
v10.4.0
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