-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
47634cf
commit d9b8158
Showing
2 changed files
with
18 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,15 @@ | ||
## 0.1.0 (2024-10-18) | ||
|
||
|
||
### Features | ||
|
||
* add context ([f41c7f8](https://github.com/baumrock/RockJavaScriptHooks/commit/f41c7f8881cd00a2df4960f2d782e0b3be348ab5)) | ||
* add initial version ([d30280b](https://github.com/baumrock/RockJavaScriptHooks/commit/d30280b39caf0742d302af4d783a2ecab3d4df51)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add check if hookable method exists ([ef9fe26](https://github.com/baumrock/RockJavaScriptHooks/commit/ef9fe268adc62227ebf24d5c93b52401b4fd87a8)) | ||
* add missing addHookAfter/Before methods ([ece4a0b](https://github.com/baumrock/RockJavaScriptHooks/commit/ece4a0b3d0f4714ffe25c3b3ddc98383ecd8825a)) | ||
* load admin.js only if it exists ([a67e158](https://github.com/baumrock/RockJavaScriptHooks/commit/a67e1582c2c4cd56e1100a1fd2f020bc45b5053f)) | ||
|
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,3 @@ | ||
{ | ||
"version": "0.1.0" | ||
} |