Skip to content

Releases: jackmellis/require-extension-hooks

0.3.3

08 Aug 07:22
Compare
Choose a tag to compare
  • Added required engine version to package.json

0.3.2

06 Oct 16:07
Compare
Choose a tag to compare
  • Fixed incompatible syntax for use with node v6. #8

0.3.0

10 Jul 17:43
Compare
Choose a tag to compare
  • Fixed a bug where the plugin option did not pass configuration options 5
  • Added include and exclude options so you can easily filter out irrelevant files 4
  • Plugins are automatically pushed when registered 3
  • Added source map optimisations for codebases that do not use them. 2
  • Added hook method to the hook parameter, allows you to trigger another extension. i.e. hooks('ts').push({hook} => hook('js')) 1