What's Changed
- feat: migrate from EventEmitter to Bun native EventTarget API by @wtfsayo in #5609
- fix: replace 'any' types with 'unknown' and explicit function types by @wtfsayo in #5611
- fix: add method chaining support to EventTarget-based on() methods by @wtfsayo in #5612
- test: add EventEmitter compatibility tests for EventTarget implementations by @wtfsayo in #5613
- fix: address EventTarget migration PR review issues by @wtfsayo in #5614
- chore: remove obsolete documentation files by @wtfsayo in #5621
- Fix: Plugin Actions Not Loading in NPM Deployed Version by @ChristopherTrimboli in #5624
Full Changelog: v1.2.10...v1.2.11-beta.1