Releases: webpack/tapable
Releases · webpack/tapable
v2.0.0-beta.6
Performance
- refactor hooks to reduce number of hidden maps in methods
Features
- add
name
argument to give a Hook a name
v2.0.0-beta.5
Bugfixes
- Improve typings for typescript 3.5 support
Internal
- Upgrade dev dependencies
- Add linting step to CI
v2.0.0-beta.4
Bugfixes
- Avoid stack overflow while series hook compilation
- make constructor argument optional in typings
- Exclude tests from npm package
v1.1.3
v1.1.2
v2.0.0-beta.3
Bugfixes
- allow any type for HookMap key in typings
v2.0.0-beta.2
Bugfixes
- fix return types of Hooks
v2.0.0-beta.1
Features
- Ship with typings
- remove deprecated Tapable class
v2.0.0-beta.0
Deprecations
- Deprecate
context
option - Deprecate
tap
etc. forHookMap