Releases
What's Changed
- feat: adding in benchmarks by @jaredwray in https://github.com/jaredwray/hookified/pull/46
- feat: updating readme on features with benchmarks by @jaredwray in https://github.com/jaredwray/hookified/pull/47
Full Changelog: https://github.com/jaredwray/hookified/compare/v1.8.0...v1.8.1
What's Changed
- chore: upgrading vitest to 3.0.8 by @jaredwray in https://github.com/jaredwray/hookified/pull/39
- chore: upgrading tsup and typescript to latest by @jaredwray in https://github.com/jaredwray/hookified/pull/40
- chore: upgrading docula to 0.10.1 by @jaredwray in https://github.com/jaredwray/hookified/pull/41
- chore: adding in public for functions to be explicit by @jaredwray in https://github.com/jaredwray/hookified/pull/42
- feat: adding in logging on error support by @jaredwray in https://github.com/jaredwray/hookified/pull/43
- feat: adding in table of contents and logger documentation by @jaredwray in https://github.com/jaredwray/hookified/pull/44
Full Changelog: https://github.com/jaredwray/hookified/compare/v1.7.2...v1.8.0
What's Changed
- chore: upgrading vitest to 3.0.5 by @jaredwray in https://github.com/jaredwray/hookified/pull/36
- chore: upgrading tsup to 8.3.6 by @jaredwray in https://github.com/jaredwray/hookified/pull/37
- chore: upgrading docula to 0.10.0 by @jaredwray in https://github.com/jaredwray/hookified/pull/38
Full Changelog: https://github.com/jaredwray/hookified/compare/v1.7.0...v1.7.2
What's Changed
- chore: upgrading vitest to 3.0.2 by @jaredwray in https://github.com/jaredwray/hookified/pull/33
- chore: upgrading typescript to 5.7.3 by @jaredwray in https://github.com/jaredwray/hookified/pull/34
- feat: adding in throwHookErrors option by @jaredwray in https://github.com/jaredwray/hookified/pull/35
Full Changelog: https://github.com/jaredwray/hookified/compare/v1.6.0...v1.7.0
What's Changed
- upgrading xo to 0.60.0 by @jaredwray in https://github.com/jaredwray/hookified/pull/29
- upgrading vitest to 2.1.8 by @jaredwray in https://github.com/jaredwray/hookified/pull/30
- upgrading docula to 0.9.6 by @jaredwray in https://github.com/jaredwray/hookified/pull/31
- Adding in prepend functionality on hooks by @jaredwray in https://github.com/jaredwray/hookified/pull/32
Full Changelog: https://github.com/jaredwray/hookified/compare/v1.5.1...v1.6.0
What's Changed
- adding in jsdelivr url to stats by @jaredwray in https://github.com/jaredwray/hookified/pull/24
- upgrading vitest to 2.1.5 by @jaredwray in https://github.com/jaredwray/hookified/pull/25
- upgrading docula to 0.9.5 by @jaredwray in https://github.com/jaredwray/hookified/pull/26
- migrating IEventEmitter to the same file as eventified by @jaredwray in https://github.com/jaredwray/hookified/pull/27
- Updating gitignore for pnpm and version bump to 1.5.1 by @jaredwray in https://github.com/jaredwray/hookified/pull/28
Full Changelog: https://github.com/jaredwray/hookified/compare/v1.5.0...v1.5.1
What's Changed
- adding in jsdoc by @jaredwray in https://github.com/jaredwray/hookified/pull/18
- adding in sync handler for hooks by @jaredwray in https://github.com/jaredwray/hookified/pull/19
- upgrading vitest to 2.1.4 by @jaredwray in https://github.com/jaredwray/hookified/pull/20
- upgrading docula to 0.9.4 by @jaredwray in https://github.com/jaredwray/hookified/pull/21
- upgrading tsup to 8.3.5 by @jaredwray in https://github.com/jaredwray/hookified/pull/22
- adding in onceHook by @jaredwray in https://github.com/jaredwray/hookified/pull/23
Full Changelog: https://github.com/jaredwray/hookified/compare/v1.4.0...v1.5.0
What's Changed
- Adding in IEventEmitter by @jaredwray in https://github.com/jaredwray/hookified/pull/17
Full Changelog: https://github.com/jaredwray/hookified/compare/v1.3.0...v1.4.0
What's Changed
- adding in event emitter type by @jaredwray in https://github.com/jaredwray/hookified/pull/14
- building and deployed for nodejs cjs, esm and now browser by @jaredwray in https://github.com/jaredwray/hookified/pull/15
- upgrading vitest to 2.1.3 by @jaredwray in https://github.com/jaredwray/hookified/pull/16
Full Changelog: https://github.com/jaredwray/hookified/compare/v1.2.1...v1.3.0
What's Changed
- upgrading docula to 0.9.3 by @jaredwray in https://github.com/jaredwray/hookified/pull/12
- upgrading vitest to 2.1.2 by @jaredwray in https://github.com/jaredwray/hookified/pull/13
Full Changelog: https://github.com/jaredwray/hookified/compare/v1.2.0...v1.2.1
What's Changed
- hookified - fixing emit on error to not throw if no listeners by @jaredwray in https://github.com/jaredwray/hookified/pull/11
Full Changelog: https://github.com/jaredwray/hookified/compare/v1.1.0...v1.2.0
What's Changed
- updating readme and contributing by @jaredwray in https://github.com/jaredwray/hookified/pull/8
- removing emittery to support CJS and ESM by @jaredwray in https://github.com/jaredwray/hookified/pull/10
Full Changelog: https://github.com/jaredwray/hookified/compare/v1.0.0...v1.1.0
What's Changed
- adding in CJS and ESM support via tsup by @jaredwray in https://github.com/jaredwray/hookified/pull/7
Full Changelog: https://github.com/jaredwray/hookified/compare/v0.7.1...v1.0.0
What's Changed
- fix for typescript to see multiple args by @jaredwray in https://github.com/jaredwray/hookified/pull/6
Full Changelog: https://github.com/jaredwray/hookified/compare/v0.7.0...v0.7.1
What's Changed
- adding in ability to send in multiple args by @jaredwray in https://github.com/jaredwray/hookified/pull/4
- adding in multiple args with readme by @jaredwray in https://github.com/jaredwray/hookified/pull/5
Full Changelog: https://github.com/jaredwray/hookified/compare/v0.6.0...v0.7.0
What's Changed
- moving to hooks by @jaredwray in https://github.com/jaredwray/hookified/pull/3
Full Changelog: https://github.com/jaredwray/hookified/compare/v0.5.1...v0.6.0
What's Changed
- updating version and testing release by @jaredwray in https://github.com/jaredwray/hookified/pull/2
Full Changelog: https://github.com/jaredwray/hookified/compare/v0.5.0...v0.5.1
What's Changed
- adding in tests and github actions by @jaredwray in https://github.com/jaredwray/hookified/pull/1
New Contributors
- @jaredwray made their first contribution in https://github.com/jaredwray/hookified/pull/1
Full Changelog: https://github.com/jaredwray/hookified/commits/v0.5.0