2.0.0 (2019-11-23)
- Breaking change: Throw
TypeError
instead ofError
for missing
otherTypeCallback
when using@other
- Breaking change: Throw
TypeError
instead ofError
for missingpath
- Enhancement: Throw
TypeError
for missingjson
(fixes #110) - Enhancement: Use more efficient
new Function
overeval
;
also allows use of cyclic context objects - Enhancement: Add
@root
filter selector - Maintenance: Add
.editorconfig
- Docs: Document options in jsdoc; add return values to callbacks;
fix constructor doc sig. - Testing: Add test for missing
path
orjson
- Testing: Remove unneeded closures
- npm: Update devDeps and
package-lock.json