Skip to content

v2.0.0

Choose a tag to compare

@ariporad ariporad released this 08 Dec 01:48

<a name"2.0.0">

2.0.0 (2015-12-08)

Features

  • throw an error when the hook doesn't return anything (vs. logging) (cd1c43fe)
  • make auto-ignoring node_modules a configurable option (a4040e93)
  • switch to options object (d7c7c092)

Breaking Changes

  • /* @pirates: ignore */ now doesn't do anything. Since this was undocumented, you shouldn't have been using it, but if you were, now you're not.

    (4ea6953c)

  • You can't just pass exts, hook, matcher into addHook. Now it looks like:

    (d7c7c092)