Releases: jaredwray/hookified
Releases · jaredwray/hookified
v1.15.0
What's Changed
- chore: upgrading hookable to 6.0.1 by @jaredwray in #121
- feat: adding in hookSync function by @jaredwray in #122
- feat: updating to use HookEntry as core by @jaredwray in #123
Full Changelog: v1.14.0...v1.15.0
v1.14.0
What's Changed
- fix: getting exports to work correctly by @jaredwray in #113
- chore: moving to pinned modules for security by @jaredwray in #114
- chore: upgrading @biomejs/biome to 2.3.8 by @jaredwray in #115
- chore: upgrading vitest to 4.0.15 by @jaredwray in #116
- chore: upgrading tinybench to 6.0.0 by @jaredwray in #117
- chore: upgrading docula to 0.31.1 by @jaredwray in #118
- feat: moving types and interfaces to types.ts by @jaredwray in #119
- feat: adding in logger to be fully implemented by @jaredwray in #120
Full Changelog: v1.13.0...v1.14.0
v1.13.0
What's Changed
- chore: upgrading vitest to 4.0.8 by @jaredwray in #105
- chore: upgrading tinybench to 5.1.0 by @jaredwray in #106
- chore: upgrading @biomejs/biome to 2.3.5 by @jaredwray in #107
- chore: upgrading pino to 10.1.0 by @jaredwray in #108
- chore: upgrading docula to 0.31.0 by @jaredwray in #109
- feat: adding throwOnHookError and setting throwHookErrors to deprecated by @jaredwray in #110
- fix: throwOnEmitError was not being set properly by @jaredwray in #111
- feat: adding in throwOnEmptyListeners by @jaredwray in #112
Full Changelog: v1.12.2...v1.13.0
v1.12.2
What's Changed
- chore: removing minify as it causes debugging issues by @jaredwray in #100
- chore: upgrading typescript to 5.9.3 by @jaredwray in #101
- chore: upgrading pino to 10.0.0 by @jaredwray in #102
- chore: upgrading docula to 0.30.0 by @jaredwray in #103
- chore: upgrading @biomejs/biome to 2.2.6 by @jaredwray in #104
Full Changelog: v1.12.1...v1.12.2
v1.12.1
What's Changed
- doc: updating the benchmarks by @jaredwray in #89
- chore: fixing biome and readme by @jaredwray in #90
- chore: biome error on warnings by @jaredwray in #91
- feat: adding enforceBeforeAfter option by @jaredwray in #92
- chore: updating readme with enforceBeforeAfter option by @jaredwray in #93
- feat: adding in deprecatedHooks and allowDeprecated option by @jaredwray in #94
- fix: type errors in test file resolved by @jaredwray in #95
- chore: upgrading tsx to 4.20.5 by @jaredwray in #96
- chore: upgrading pino to 9.10.0 by @jaredwray in #97
- chore: upgrading biome to 2.2.4 by @jaredwray in #98
- chore: upgrading tinybench to 5.0.1 by @jaredwray in #99
Full Changelog: v1.12.0...v1.12.1
v1.12.0
What's Changed
- feat - migrating from xo to biome by @jaredwray in #77
- chore: upgrading typescript to 5.9.2 by @jaredwray in #78
- chore: removing eslint comments by @jaredwray in #79
- fix: adding in lcov for coverage reporting by @jaredwray in #80
- fix: handle empty string event names by @jaredwray in #81
- chore: removing eslint comments as not needed anymore by @jaredwray in #82
- chore: upgrading tsx to 4.20.4 by @jaredwray in #83
- chore: upgrading tinybench to 5.0.0 by @jaredwray in #84
- chore: upgrading pino to 9.9.0 by @jaredwray in #85
- chore: upgrading docula to 0.20.0 by @jaredwray in #86
- chore: upgrading @biomejs/biome to 2.2.0 by @jaredwray in #87
- feat: adding in beforeHook and afterHook helpers by @jaredwray in #88
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- chore: upgrading xo to 1.2.1 by @jaredwray in #72
- chore: upgrading docula to 0.13.1 by @jaredwray in #73
- fix: updating readme with better wording around benchmarks by @jaredwray in #74
- feat: adding onHookEntry by @jaredwray in #75
- feat: adding in throwOnEmitError by @jaredwray in #76
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
- chore: upgrading xo to 1.1.1 by @jaredwray in #65
- chore: upgrading vitest to 3.2.4 by @jaredwray in #66
- chore: upgrading tsx to 4.20.3 by @jaredwray in #67
- chore: upgrading docula to 0.13.0 by @jaredwray in #68
- chore: upgrading emittery to 1.2.0 by @jaredwray in #69
- feat: adding in addHook for compatibility by @jaredwray in #70
- feat: adding callHook for compatibility by @jaredwray in #71
Full Changelog: v1.9.1...v1.10.0
v1.9.1
What's Changed
- chore: upgrading xo to 1.0.5 by @jaredwray in #59
- chore: upgrading vitest to 3.1.4 by @jaredwray in #60
- chore: upgrading tsup to 8.5.0 by @jaredwray in #61
- chore: upgrading pino to 9.7.0 by @jaredwray in #62
- chore: upgrading docula to 0.12.2 by @jaredwray in #63
- fix: updating actions on nodejs strategy by @jaredwray in #64
Full Changelog: v1.9.0...v1.9.1
v1.9.0
onHooks and removeHooks with Array
Now you can add and remove multiple events and hooks with these new functions! 🎉
What's Changed
- chore: upgrading vitest to 3.1.3 by @jaredwray in #54
- chore: upgrading docula to 0.11.1 by @jaredwray in #55
- chore: upgrading tsx to 4.19.4 by @jaredwray in #56
- fix: adding in permissions to github actions by @jaredwray in #57
- feat: adding onHooks and removeHooks by @jaredwray in #58
Full Changelog: v1.8.2...v1.9.0