You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.