Skip to content

0.5.5

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 16 Mar 10:18
· 327 commits to main since this release

🚀 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 on errorCode property. TypeScript class comparison with an instance of can misbehave depending on the TS settings (see more here). To remove that risk and make generic handling easier, the matching in problemDetailsMiddleware 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