Skip to content

Releases: elizaOS/eliza

v1.3.1

24 Jul 16:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...v1.3.1

v1.3.0

21 Jul 18:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.12...1.3.0

v1.2.12

18 Jul 11:23
b089b9c
Compare
Choose a tag to compare

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

v1.2.11-beta.1

17 Jul 20:51
a4573d2
Compare
Choose a tag to compare

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

v1.2.10

17 Jul 08:15
67dfa31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.9...v1.2.10

v1.2.9

15 Jul 16:33
7c2535e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.8...v1.2.9

v1.2.8

15 Jul 16:23
0ebf8d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.7...v1.2.8

v1.2.7

15 Jul 16:03
Compare
Choose a tag to compare

Full Changelog: v1.2.6...v1.2.7

v1.2.5

13 Jul 15:42
Compare
Choose a tag to compare

What's Changed

  • 📝 CodeRabbit Chat: Add verification script and refactor plugin ordering tests for clarity and robustness by @coderabbitai[bot] in #5557
  • fix: core tests + replace execa + use bun runtime + replace local-ai + more by @ChristopherTrimboli in #5556
  • fix: update CLI test expectations for version 1.2.1 by @wtfsayo in #5561
  • fix: tsup build wipes vite build by @wookosh in #5555

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

13 Jul 06:45
Compare
Choose a tag to compare

Full Changelog: v1.2.3...v1.2.4

update cli shebang to bun