2017-12-16
- Change to clone-deep from clone. #12
2017-12-16
- Change default value to
undefined
. Related #10 and #11.- Thanks for @VladShcherbin.
2017-08-23
- Add getter options #8. Thanks for @VladShcherbin.
2017-07-02
- Switch to
clone
fromclone-deep
2017-07-02
- Fix bug that missing date instance when clone
2017-06-09
- Bug fix in
v2.2.1
...
2017-06-09
- Fix a bug that remove() method left empty element of array
2017-05-23
- Add helper methods
buildPath()
2017-05-18
- Add helper methods
tokenize()
containWildcardToken()
2017-04-25
- Rechange collection helper callback arguments #2
=>(value: any, key: DotKey, context: any, path: string, data: any | any[])
2017-04-14
- Change collection helper callback arguments #2
2017-04-10
forEach()
map()
- API Documentation by typedoc.
- Clean unnecessary export
2017-04-04
- Support TypeScript. (switch)
- Change to
remove
fromdelete
method.
- jsdoc comment.
2017-01-24
- Add
escapePath
method.
- Fix bug when multiple escape characters.
- jsdoc comment.
2017-01-24
- Add
matchPath
method.
2017-01-23
- 🎉 First release.