Skip to content

Releases: PavelPolyakov/fastify-blipp

4.0.0

14 Mar 12:38
Compare
Choose a tag to compare
  • ESM support
  • All dependencies were updated, now fastify v4 is considered as a default host framework

supporting multiple methods routes

26 Jun 13:36
Compare
Choose a tag to compare
  • 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

24 Jan 13:33
Compare
Choose a tag to compare
  • Adjustments needed to support fastify v0.40.0
  • Routes are sorted alphabetically

initial release

19 Jan 17:18
Compare
Choose a tag to compare
1.0.2

better route highlighting