Releases: evanliomain/taninsam
Releases · evanliomain/taninsam
v1.17.0
1.17.0 (2019-11-06)
Bug Fixes
- build: remove an inexisting function from global export (1a6aeef)
Features
- isempty: add isEmpty function (29f41aa)
v1.16.0
1.16.0 (2019-10-28)
Features
- loopwhile: add loopWhile function (7173f69)
v1.15.0
1.15.0 (2019-10-24)
Bug Fixes
- build: remove an inexisting function from global export (18c19ec)
Features
- isnil: add isNil function (60bb595)
- loopfor: add loopFor function (5d88d52)
- not: add the not function (9150063)
- preventnil: add preventNil function wrapper (9756261)
v1.14.0
1.14.0 (2019-10-09)
Bug Fixes
- typeof: fix library import of typeOf (a180d14)
Features
- typeof: add an enhanced typeOf function (946138a)
v1.13.1
1.13.1 (2019-09-29)
Bug Fixes
- chainfn: fix Object is possibly 'undefined' (d536623)
v1.13.0
1.13.0 (2018-12-18)
Features
- pushOrReplace: Add pushOrReplace function (d4dd8cc)
v1.11.0
1.11.0 (2018-12-06)
Features
- length: Add length feature (6be8e41)
- split: Add split function (7922016)
v1.10.0
1.10.0 (2018-12-05)
Bug Fixes
- minBy, maxBy: Fix typescript build on minBy and maxBy spec (34c6593)
Features
v1.9.0
1.9.0 (2018-08-22)
Features
- cast-to: Add cast-to function (4724857)
- fromEntries: Add fromEntries function (ecdd0fb)
- toObject: Add toObject function (311e480)