0.5.0
🚀 What's New
- Added new API specification for End-To-End tests. Now you can test fully your Express.js API by using requests both for setup and method calls. by @thiagomini in #29
- Added first version of Fastify WebApi package. See sample API for the reference. It's not yet in full parity with Express.js support (it lacks conventional error mapping and tests), but we'll get there! by @mkubasz in #24
- Added support for time travelling for both InMemoryEventStore and EventStoreDBEventStore. See samples in tests. by @oskardudycz in #32
- Made CommandHandler return not only the next expected version but also the updated state. This can be useful for scenarios where you want to return the updated state from http endpoint without an additional roundtrip to database. by @oskardudycz in #31
📝 What's Changed
New Contributors
Have questions or ideas? Join our Discord server!
Full Changelog: 0.4.0...0.5.0