This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
v0.18.0
Pre-release
Pre-release
Migration path
- Internal
arity
function no longer preservesthis
context. This should not affect the public API, but always be sure that you are not implicitly relying onthis
when working with redash.
Features
- Added
clamp
. - Added
groupBy
. - Added
takeUntil
. - Added
trace
. - Added
transform
. - Added
flatMap
alias forchain
.
Improvements
concat
now dispatches to the first argument'sconcat
method.concat
now supports strings.curry
now supplies all arguments to the wrapped function. This improves support for functions that do not properly report their arities.filter
now works for objects.reject
now works for objects.