v2.0.0
ReleaseWhat's Changed
- fix: type issues with index.test.ts by @jaredwray in https://github.com/jaredwray/hookified/pull/129
- chore: upgrading pino to 10.3.1 by @jaredwray in https://github.com/jaredwray/hookified/pull/130
- chore: upgrading dev tools to latest such as biome, types, and docula by @jaredwray in https://github.com/jaredwray/hookified/pull/131
- feat: (breaking) moving logger to eventLogger to not have conflicts by @jaredwray in https://github.com/jaredwray/hookified/pull/132
- feat: (Breaking) moving Hook type to HookFn by @jaredwray in https://github.com/jaredwray/hookified/pull/133
- fix: alphabetical ordering and fixing codecov by @jaredwray in https://github.com/jaredwray/hookified/pull/134
- feat: moving to hook interface by @jaredwray in https://github.com/jaredwray/hookified/pull/135
- feat: feat adding in the hook class by @jaredwray in https://github.com/jaredwray/hookified/pull/136
- fix: clean up of tests by @jaredwray in https://github.com/jaredwray/hookified/pull/137
- feat: (Breaking) moving onHook to handle IHook by @jaredwray in https://github.com/jaredwray/hookified/pull/138
- feat: (breaking) allow removal of deprecated hooks and return hooks by @jaredwray in https://github.com/jaredwray/hookified/pull/139
- feat: (Breaking) removed throwHookErrors by @jaredwray in https://github.com/jaredwray/hookified/pull/140
- feat: (breaking) throwOnEmptyListeners default is true by @jaredwray in https://github.com/jaredwray/hookified/pull/141
- feat: (Breaking) setMaxListeners with unlimited and no truncates by @jaredwray in https://github.com/jaredwray/hookified/pull/142
- feat: (Breaking) handling range error on setMaxListeners by @jaredwray in https://github.com/jaredwray/hookified/pull/143
- feat: (Breaking) moving hooks to array of IHook by @jaredwray in https://github.com/jaredwray/hookified/pull/144
- feat: Adding OnHookOptions by @jaredwray in https://github.com/jaredwray/hookified/pull/145
- feat: Adding an id to IHook and Waterfall Hooks by @jaredwray in https://github.com/jaredwray/hookified/pull/146
- feat: adding removeEventHooks by @jaredwray in https://github.com/jaredwray/hookified/pull/147
Full Changelog: https://github.com/jaredwray/hookified/compare/v1.15.1...v2.0.0