Releases: webpack/tapable
Releases · webpack/tapable
v2.3.0
v2.2.3
Fixes
- Async hook catch an error when reject a falsy value
- [typescript] Support to pass return type for waterfall hooks
v2.2.2
Developer Experience
- add interceptors type to hook class
v2.2.1
v2.2.0
v2.1.1
v2.1.0
v2.0.0
Features
- Ship with typings
- add
nameargument to give a Hook a name - add
done,resultanderrorintercept points to theinterceptAPI
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
contextoption - Deprecate
tapetc. forHookMap
Internal
- Upgrade dev dependencies
- Add linting step to CI
v2.0.0-beta.11
Bugfixes
- fixes a stack overflow when adding too many plugins to a sync hook
v2.0.0-beta.10
Bugfixes
- fix null and undefined types for callbacks
- remove duplicate semicolon in generated code