Skip to content

Fix issue where group middleware we applied in wrong order

Choose a tag to compare

@thetutlage thetutlage released this 23 Apr 15:55

Calling the middleware method multiple times on a group puts the middleware of the last call first. The release fixes that issue

Commit

  • fix: apply middleware in the right order when nested under groups 334d0f9
  • feat: add getStatus, getBody methods and isStreamResponse property to response 35b584a
  • fix: middleware handler next method to return any 259fe09
  • chore: update dependencies e378f7a

v5.2.1...v5.3.0