Skip to content

Releases: HubSpot/transmute

v2.1.0

13 May 15:16
Compare
Choose a tag to compare

v2.0.6

13 May 15:19
8387d00
Compare
Choose a tag to compare
  • 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

26 Mar 16:50
Compare
Choose a tag to compare

fixes a bug in throttle where where timers were not correctly cleared

v2.0.4

04 Dec 21:30
Compare
Choose a tag to compare
  • Reverts a911be7 which should not have been included in v2.0.3

v2.0.3

04 Dec 20:01
Compare
Choose a tag to compare
  • fixes a bug in isEmpty where isEmpty(123) would throw a "unimplemented error" #5

v2.0.0

30 Oct 21:23
Compare
Choose a tag to compare

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

03 Oct 16:31
Compare
Choose a tag to compare

Diff: v1.3.2...v.1.4.0

Adds

  • isNull
  • isUndefined
  • count works with Strings
  • sortBy works with Arrays and Objects

Changes

  • updated various dev deps

v1.3.2

08 Sep 20:03
Compare
Choose a tag to compare
include src

v1.3.1

08 Sep 15:16
Compare
Choose a tag to compare
v1.3.1

v1.3.0

06 Sep 18:59
Compare
Choose a tag to compare
update titles in readme