Skip to content

Release 2.4.0

Compare
Choose a tag to compare
@negezor negezor released this 20 Jan 08:03
· 86 commits to master since this release
5be9508

[2.4.0] - 2020.01.20

🛑 BREAKING CHANGE

  • In snippets getBeforeMiddleware and getEnforceMiddleware the order of the arguments has changed
  • Composer now requires generic with object restriction

🐛 Bug Fixes

  • Multiple next calls in compose now throw an asynchronous error
  • In snippets getBeforeMiddleware, getAfterMiddleware, getEnforceMiddleware and getConcurrencyMiddleware an error will be thrown for several calls next

🔧 Refactors

  • Types NextMiddlewareReturn and MiddlewareReturn now unknown instead of any

📖 Documentation

  • Comments typos fixed
  • Fix typo in README.md handler
  • Updated generated docs

🧹 Chore

  • Updated dev dependencies