Releases: cahilfoley/utils
Releases · cahilfoley/utils
Version 2.3.2
Release v2.2.0
Release v2.1.2
Release v2.1.1
Corrupt release, do not use.
Release v2.1.0
Release v2.0.1
Release v2.0.0
Build System
- copy changelog to dist folder (8974bb8)
Features
- accessors: add pick function (ad55229)
- flatten: update flatted type signature to allow for atleast single level nested sub-arrays (8eb0efc)
- accessors: update get/set methods to allow for arrays to be traversed (#45) (9207675), closes #45
BREAKING CHANGES
- The
get
andset
methods will now process numeric paths as array indicies. This is probably the expected behaviour but wasn't how it previously worked and is therefore a breaking change.
Release v1.3.1
Chore
- bundle improve dist bundle (0627d2d)
Release v1.3.0
Features
- function: add partial function helper (e7df3b2)