Releases: PavloPoliakov/fastify-blipp
Releases · PavloPoliakov/fastify-blipp
Release list
4.0.0
supporting multiple methods routes
- Supporting the routes like:
fastify.route({
method: ["GET", "HEAD"],
url: "/hello/complex-route",
handler: async (req, reply) => ({
greeting: "Hello from the complex route"
})
});- updating the dependencies
fastify 0.40.0 API
- Adjustments needed to support fastify v0.40.0
- Routes are sorted alphabetically
initial release
1.0.2 better route highlighting