Skip to content

Releases: webpack/tapable

v2.2.1

13 Sep 09:56
Compare
Choose a tag to compare

Developer Experience

  • fix some incorrect typings

v2.2.0

04 Dec 13:58
Compare
Choose a tag to compare

Features

  • add basic support for in browser usage
    • avoid arrow functions in favor of normal functions

Performance

  • flag functions in good path for eager parsing

v2.1.1

09 Nov 10:29
Compare
Choose a tag to compare

Bugfix

  • add workaround for jsdoc-style typescript bug

v2.1.0

09 Nov 09:30
Compare
Choose a tag to compare

Features

  • allow custom options for taps

Bugfixes

  • fix types for interceptor.register

v2.0.0

17 Sep 23:39
Compare
Choose a tag to compare

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

v2.0.0-beta.11

15 May 13:31
Compare
Choose a tag to compare
v2.0.0-beta.11 Pre-release
Pre-release

Bugfixes

  • fixes a stack overflow when adding too many plugins to a sync hook

v2.0.0-beta.10

10 Mar 17:43
Compare
Choose a tag to compare
v2.0.0-beta.10 Pre-release
Pre-release

Bugfixes

  • fix null and undefined types for callbacks
  • remove duplicate semicolon in generated code

v2.0.0-beta.9

20 Dec 15:30
Compare
Choose a tag to compare
v2.0.0-beta.9 Pre-release
Pre-release

Features

  • add done, result and error intercept points to the intercept API

v2.0.0-beta.8

09 Jul 13:46
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

Features

  • All Hooks, HookMap and MultiHook now have name arguments in the constructor.
  • name is a public property for all Hooks, HookMap and MultiHook

v2.0.0-beta.7

09 Jul 13:00
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

Features

  • add name property to Hook interface