fastify / fastify-response-validation

A simple plugin that enables response validation for Fastify.
MIT License
51 stars 14 forks source link

Added 'plugins' option #43

Closed nicolagusso closed 2 years ago

nicolagusso commented 3 years ago

Checklist

mcollina commented 2 years ago

I would also like to see a bump in the Ajv version

climba03003 commented 2 years ago

I would also like to see a bump in the Ajv version

ajv bumped in https://github.com/fastify/fastify-response-validation/pull/72

It require two step to be merged

  1. add unit test
  2. merge code from master
Uzlopak commented 2 years ago

I adapted the changes for my refactor #75

Eomm commented 2 years ago

Superseded by #75