Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@cahilfoley cahilfoley released this 26 May 10:21
· 44 commits to master since this release
95acdc0

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 and set 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.