Skip to content

v2.0.0

Compare
Choose a tag to compare
@sokra sokra released this 17 Sep 23:39
· 16 commits to master since this release

Features

  • Ship with typings
  • add name argument to give a Hook a name
  • add done, result and error intercept points to the intercept API

Bugfixes

  • Avoid stack overflow while series hook compilation
  • Exclude tests from npm package
  • remove duplicate semicolon in generated code
  • fixes a stack overflow when adding too many plugins to a sync hook

Performance

  • refactor hooks to reduce number of hidden maps in methods

Deprecations

  • remove deprecated Tapable class
  • Deprecate context option
  • Deprecate tap etc. for HookMap

Internal

  • Upgrade dev dependencies
  • Add linting step to CI