Skip to content

2.0.0

Compare
Choose a tag to compare
@brettz9 brettz9 released this 06 Feb 01:14

2.0.0 (2019-11-23)

  • Breaking change: Throw TypeError instead of Error for missing
    otherTypeCallback when using @other
  • Breaking change: Throw TypeError instead of Error for missing path
  • Enhancement: Throw TypeError for missing json (fixes #110)
  • Enhancement: Use more efficient new Function over eval;
    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 or json
  • Testing: Remove unneeded closures
  • npm: Update devDeps and package-lock.json