Skip to content

v2.0.0

Compare
Choose a tag to compare
@gr2m gr2m released this 09 Jul 20:59

BREAKING CHANGES

  • hook(/* options, */ method) is now hook(method /*, options */)
  • deprecated hook.remove.{before, error, after, wrap}() methods removed. Use hook.remove() instead.
  • Dropped official support for Node 6. It will still work, but we no longer test with it as Node 6 is no longer maintained