Skip to content

Releases: webpack/tapable

v2.3.3

21 Apr 13:37
4296012

Choose a tag to compare

Patch Changes

v2.3.2

23 Mar 23:26
6425f98

Choose a tag to compare

Patch Changes

v2.3.1

23 Mar 12:55
e687f9c

Choose a tag to compare

Patch Changes

v2.3.0

02 Oct 11:46

Choose a tag to compare

Features

  • [TYPES] Added TypedHookMap type.

v2.2.3

22 Aug 16:27

Choose a tag to compare

Fixes

  • Async hook catch an error when reject a falsy value
  • [typescript] Support to pass return type for waterfall hooks

v2.2.2

19 May 17:53

Choose a tag to compare

Developer Experience

  • add interceptors type to hook class

v2.2.1

13 Sep 09:56

Choose a tag to compare

Developer Experience

  • fix some incorrect typings

v2.2.0

04 Dec 13:58

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

Choose a tag to compare

Bugfix

  • add workaround for jsdoc-style typescript bug

v2.1.0

09 Nov 09:30

Choose a tag to compare

Features

  • allow custom options for taps

Bugfixes

  • fix types for interceptor.register