-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# v0.2.4 (Thu Dec 22 2022) | ||
|
||
#### 🐛 Bug Fix | ||
|
||
- Add auto, eslint, prettier, circle, etc [#6](https://github.com/adierkens/tapable-ts/pull/6) ([@adierkens](https://github.com/adierkens)) | ||
- Fix unexpected `before` tap option behavior [#5](https://github.com/adierkens/tapable-ts/pull/5) ([@KetanReddy](https://github.com/KetanReddy)) | ||
- Add option to specify order of taps [#3](https://github.com/adierkens/tapable-ts/pull/3) ([@KetanReddy](https://github.com/KetanReddy)) | ||
- Add support for context in intercepted call [#2](https://github.com/adierkens/tapable-ts/pull/2) ([@adierkens](https://github.com/adierkens)) | ||
|
||
#### ⚠️ Pushed to `main` | ||
|
||
- Add jest reporter ([@adierkens](https://github.com/adierkens)) | ||
- fix yarn.lock ([@adierkens](https://github.com/adierkens)) | ||
- 0.2.3 ([@adierkens](https://github.com/adierkens)) | ||
- 0.2.2 ([@adierkens](https://github.com/adierkens)) | ||
- fix version ([@adierkens](https://github.com/adierkens)) | ||
- 0.2.0 ([@adierkens](https://github.com/adierkens)) | ||
- 0.1.0 ([@adierkens](https://github.com/adierkens)) | ||
- Add some badges ([@adierkens](https://github.com/adierkens)) | ||
- 0.0.2 ([@adierkens](https://github.com/adierkens)) | ||
- Update repo info ([@adierkens](https://github.com/adierkens)) | ||
- 0.0.1 ([@adierkens](https://github.com/adierkens)) | ||
- docs ([@adierkens](https://github.com/adierkens)) | ||
- More tests ([@adierkens](https://github.com/adierkens)) | ||
- Add intercept manager ([@adierkens](https://github.com/adierkens)) | ||
- Add some docs ([@adierkens](https://github.com/adierkens)) | ||
- Add link to tapable ([@adierkens](https://github.com/adierkens)) | ||
- Add rest of hooks ([@adierkens](https://github.com/adierkens)) | ||
- Start hooks repo ([@adierkens](https://github.com/adierkens)) | ||
- Initial commit ([@adierkens](https://github.com/adierkens)) | ||
|
||
#### Authors: 2 | ||
|
||
- Adam Dierkens ([@adierkens](https://github.com/adierkens)) | ||
- Ketan Reddy ([@KetanReddy](https://github.com/KetanReddy)) |