0.9.0
🚀 What's New
- Allow Custom
appendToStream
options when usingCommandHandler
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 usingrandomUUID
fromnode: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
- @alex-laycalvert made their first contribution in #63
Full Changelog: 0.8.0...0.9.0