Skip to content

Releases: seriousme/fastify-openapi-glue

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

v4.0.3

18 Oct 18:09
Compare
Choose a tag to compare

Changed

  • fix: remove FSTDEP012 warnings caused by test cases
  • updated dependencies:
    • @seriousme/openapi-schema-validator ^2.0.3 → ^2.1.0
    • eslint ^8.23.0 → ^8.25.0
    • fastify ^4.5.3 → ^4.9.2
    • fastify-cli ^5.4.1 → ^5.5.0
    • fastify-plugin ^4.2.1 → ^4.3.0
    • minimist ^1.2.6 → ^1.2.7

v4.0.2

07 Oct 19:08
Compare
Choose a tag to compare

Changed

  • fix: add default export to package.json

v4.0.1

17 Sep 16:29
Compare
Choose a tag to compare

Changed

  • fix: handle recursive schema correctly
  • updated dependencies:
    • @seriousme/openapi-schema-validator ^2.0.2 → ^2.0.3
    • fastify-plugin ^4.0.0 → ^4.2.1
    • c8 ^7.11.3 → ^7.12.0
    • eslint ^8.18.0 → ^8.23.0
    • eslint-plugin-prettier ^4.1.0 → ^4.2.1
    • fastify ^4.2.0 → ^4.5.3
    • fastify-cli ^5.0.0 → ^5.4.1

v4.0.0

17 Sep 16:27
Compare
Choose a tag to compare

Changed

  • fix: skip security if schemes empty (GuillaumeDeconinck)
  • chore: add lint autoformat (GuillaumeDeconinck)
  • updated dependencies:
    • fastify ^4.0.3 → ^4.2.0
    • fastify-cli ^4.1.1 → ^4.2.0

v3.3.1

26 Jun 16:54
Compare
Choose a tag to compare

Changed

  • fix: make cli working again
  • fix: add operationResolver to Typescript definitions

v3.3.0

24 Jun 17:45
Compare
Choose a tag to compare

New

  • feat: custom operation resolver (bluebrown)