Releases: PavelPolyakov/fastify-blipp
Releases · PavelPolyakov/fastify-blipp
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