Skip to content

Latest commit

 

History

History
72 lines (33 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

72 lines (33 loc) · 2.37 KB

2.1.1 (2023-10-15)

Bug Fixes

  • export openapi types directly (7d0bddf)

2.1.0 (2023-10-15)

Features

  • allow to pass a spec as an object (a02e392)

2.0.1 (2023-09-25)

Bug Fixes

2.0.0 (2023-04-11)

Features

  • migrate to fastify v4

Documentation

BREAKING CHANGES

  • break fastify v3 compatibility
  • remove ajv-openapi
  • remove json-schema draft-04 support

1.5.3 (2023-04-10)

Bug Fixes

1.5.2 (2021-04-17)

Bug Fixes

  • allow any route handlers in controllers (9ff6e8b)

1.5.1 (2021-01-24)

Bug Fixes

  • x-partial: ensure additional props are not sent (c07338c)

1.5.0 (2021-01-23)

Features

  • parser: add x-partial to allow to override required from schemas (f44accb)

1.4.0 (2020-11-12)

Features

  • upgrade to fastify-plugin v3 (015e9d9)