Releases: HubSpot/transmute
Releases · HubSpot/transmute
v2.0.6
- Fix bug in protocol where the implementation for the literal value
undefined
was used instead of the fallback implementation in cases where the fallback implementation should have been used #12 @kj800x
v2.0.5
fixes a bug in throttle
where where timers were not correctly cleared
v2.0.4
- Reverts a911be7 which should not have been included in v2.0.3
v2.0.3
- fixes a bug in
isEmpty
where isEmpty(123)
would throw a "unimplemented error" #5
v2.0.0
Breaking
- changes the argument order of
set
from value -> key -> subject
to key -> value -> subject
.
New
- setIn
keyPath -> value -> subject
- update
key -> value -> updater
Changes
- updateIn supports Arrays and Objects
v1.4.0
Diff: v1.3.2...v.1.4.0
Adds
isNull
isUndefined
count
works with Strings
sortBy
works with Arrays and Objects
Changes