Skip to content

Releases: seriousme/fastify-openapi-glue

v4.3.3

13 Sep 18:05
Compare
Choose a tag to compare

Changed:

  • chore: replace Rome by Biome
  • fix: removed tap as a dependency
  • fix: replaced deprecated routeOption and routeSchema in documentation and tests
  • updated dependencies
    • @seriousme/openapi-schema-validator ^2.1.0 → ^2.1.1
    • fastify ^4.21.0 → ^4.23.1

v4.3.2

17 Aug 09:03
Compare
Choose a tag to compare

Changed:

  • fix: make additional validation for v2 non-body parameters work

v4.3.1

14 Aug 18:14
Compare
Choose a tag to compare

This PR fixes "Swagger generic parameters" and updates the following dependencies:

  • c8 ^8.0.0 → ^8.0.1
  • fastify ^4.17.0 → ^4.21.0
  • fastify-cli ^5.7.1 → ^5.8.0
  • fastify-plugin ^4.5.0 → ^4.5.1
  • tap ^16.3.6 → ^16.3.8

v4.3.0

17 Jun 16:39
Compare
Choose a tag to compare
  • chore: replaced Tap by Node test
  • update: rename 'service' option to 'serviceHandlers', 'service' still works but gives a deprecation warning.
  • update: expanded documentation

v4.2.0

09 Jun 13:54
Compare
Choose a tag to compare
  • feat: return route options for operationResolver
  • updated dependencies
    • c8 ^7.13.0 → ^7.14.0
    • rome ^12.0.0 → ^12.1.3
    • tap ^16.3.4 → ^16.3.6

v4.1.4

02 May 18:33
Compare
Choose a tag to compare
  • fix: replaced context.schema by routeSchema in docs and tests
  • updated dependencies
    • fastify ^4.13.0 → ^4.17.0

v4.1.3

05 Mar 15:40
Compare
Choose a tag to compare
  • fix: fixed "npm start" behaviour
  • updated dependencies
    • c8 ^7.12.0 → ^7.13.0
    • fastify ^4.11.0 → ^4.13.0
    • minimist ^1.2.7 → ^1.2.8
    • tap ^16.3.3 → ^16.3.4

v4.1.2

13 Jan 16:12
Compare
Choose a tag to compare

Changed

  • chore: replaced Prettier and ESlint by Rome
  • fix: fix query string array handling in V3 parsing
  • updated dependencies:
    • fastify ^4.9.2 → ^4.11.0
    • fastify-cli ^5.5.0 → ^5.7.1
    • fastify-plugin ^4.3.0 → ^4.5.0
    • husky ^8.0.1 → ^8.0.3
    • tap ^16.3.0 → ^16.3.3

v4.1.1

24 Oct 14:23
Compare
Choose a tag to compare

Changed

  • fix: Extend Typescript definitions for operationResolver option with method and path

v4.1.0

24 Oct 11:10
Compare
Choose a tag to compare

Changed

  • feat: Extend operationResolver option with method and path