Releases: webpack/tapable
Releases · webpack/tapable
v2.3.2
Patch Changes
- Revert ignore invalid
beforevalues. (by @alexander-akait in #211)
v2.3.1
Patch Changes
-
Ignore invalid
beforevalues. (by @alexander-akait in #208) -
Trim the
nameoption when options is an object. (by @alexander-akait in #208)
v2.3.0
Features
- [TYPES] Added
TypedHookMaptype.
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