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
- feat: enhance ModuleLoader with local-first guarantees for consistent module resolution by @wtfsayo in #5629
- fix: (cli) prevent .elizadb inheritance in nested project creation by @yungalgo in #5618
- chore: v1.2.12 by @wtfsayo in #5630
Full Changelog: v1.2.10...v1.2.12