0.5.5
🚀 What's New
- Added Sample: WebApi with Express.js and EventStoreDB. It shows the full flow of WebAPI, unit, integration, and unit tests. See it here. by @oskardudycz in #47, #50
📝 What's Changed
- Added missing
@express/types
peer dependency in Express.js package. That closes outstanding dependencies issues fixed also in 0.5.4 by @oskardudycz in #44 - Made conventional error matching in
problemDetailsMiddleware
to be based onerrorCode
property. TypeScript class comparison with aninstance of
can misbehave depending on the TS settings (see more here). To remove that risk and make generic handling easier, the matching inproblemDetailsMiddleware
was updated to use regular structural matching on the errorCode property. by @oskardudycz in #45 - Nested source codes to allow e2e samples and compatibility tests without sharing
node_modules
. Nested source codes to allow e2e samples and compatibility tests without sharing node_modules. That will allow catching bugs caused by transpilation, bundling, etc. by @oskardudycz in #46, #48, #49
Have questions or ideas? Join our Discord server!
Full Changelog: 0.5.4...0.5.5