Releases: fastify/middie
Releases · fastify/middie
v3.2.1
- fix url replacement in middlewares restricted by path #27
v4.0.0
- update path-to-regexp to the latest version #26
v3.2.0
- Support adding an array of middleware #24
v3.1.0
- If a previous middleware calls
res.end
the next one will not run - #17
- Release the holder if the response has finished - #17
v3.0.0
- Add
req.originalUrl
before running the middleware #16
v2.0.0
- Be identical to express when supporting prefixes #10 by @mcollina
v1.0.0
Stable version
- Faster url sanitization - #8