Skip to content

Releases: israeleriston/fastify-register-routes

various adjustments to service dependency injections and support schemas

16 May 05:43
Compare
Choose a tag to compare
  • various adjustments to service dependency injections, and we now support schemas
  • adding support a schemas using schema: your-scheme-here, much useful at anything context's to make validations

Support the injection of service methods to the middleware request

12 May 20:47
Compare
Choose a tag to compare
  • Added a useService flag to enable functionality, accepted follow values: true | false, all examples are in the documentation.