Skip to content

0.9.0

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 17 May 09:15
· 304 commits to main since this release

🚀 What's New

  • Allow Custom appendToStream options when using CommandHandler Now you can extend the command handler to take your own event store implementation that supersets the default event store definition by @alex-laycalvert in #63

📝 What's Changed

  • Removed node packages usage in core Emmett package. It appeared in #64 that, by accident, the in-memory event store was using randomUUID from node:crypto, which was causing compatibility issues on the web. Added also the ESLint rule to prevent such things to happen in the future. by @oskardudycz in #66
  • Fixed configuration for a single file debugging by @oskardudycz in #65

New Contributors

Full Changelog: 0.8.0...0.9.0