object-dig
Version:
This allow you to use method like Ruby's hash#dig in JavaScript.
24 lines (12 loc) • 648 B
Markdown
## 0.1.3 (2018-05-18)
### Fix
- Add support for null intermediate values ([#11](https://github.com/joe-re/object-dig/pull/11)) [@EricRoos](https://github.com/EricRoos)
## 0.1.2 (2018-05-17)
### Fix
- Return undefined if target is null ([#9](https://github.com/joe-re/object-dig/pull/9)) [@EricRoos](https://github.com/EricRoos)
## 0.1.1 (2017-04-17)
### Fix
- Fix issue with undefined target case([#5](https://github.com/joe-re/object-dig/pull/5)) [@sirwolfgang](https://github.com/sirwolfgang)
## 0.1.0 (2016-02-09)
### Features
- be enable dig resolving function object([Resolve callback](https://github.com/joe-re/object-dig/pull/3))