Skip to content

Releases: seriousme/fastify-openapi-glue

v2.4.0

24 Jan 16:22
Compare
Choose a tag to compare
  • Removed dependency on ajv-oai
  • Removed workaround for hasContentTypeParser
  • Added AJV formats for 'binary' and 'password' to reduce warnings
  • Updated dependencies:
    • ajv ^6.12.6 → ^7.0.3
    • js-yaml ^3.14.1 → ^4.0.0
    • fastify ^3.9.2 → ^3.10.1

v2.3.1

30 Dec 10:22
Compare
Choose a tag to compare
  • Updated dependencies:
    • js-yaml ^3.14.0 → ^3.14.1
    • fastify ^3.8.0 → ^3.9.2
    • fastify-cli ^2.5.1 → ^2.7.0
    • tap ^14.10.8 → ^14.11.0

v2.3.0

10 Nov 19:22
Compare
Choose a tag to compare
  • Added ES6 module support for service.js and security.js
  • Updated dependencies:
    • fastify ^3.7.0 → ^3.8.0

v2.2.2

24 Oct 14:41
Compare
Choose a tag to compare
  • Added types property to package.json
  • Updated dependencies:
    • ajv ^6.12.5 → ^6.12.6
    • ajv-oai ^1.2.0 → ^1.2.1
    • fastify ^3.4.1 → ^3.7.0
    • fastify-cli ^2.2.0 → ^2.5.1

v2.2.1

20 Sep 16:54
Compare
Choose a tag to compare
  • Fixed missing slash in generator template
  • Updated dependencies:
    • ajv ^6.12.4 → ^6.12.5
    • fastify-plugin ^2.3.1 → ^2.3.4
    • swagger-parser ^10.0.1 → ^10.0.2
    • fastify ^3.2.1 → ^3.4.1

v.2.2.0

20 Aug 19:29
Compare
Choose a tag to compare
  • Added "x-" properties to the fastify reply context
  • Updated dependencies:
    • ajv ^6.12.3 → ^6.12.4
    • fastify-plugin ^2.3.0 → ^2.3.1
    • fastify ^3.2.0 → ^3.2.1
    • fastify-cli ^2.1.0 → ^2.2.0

v2.1.0

14 Aug 13:01
Compare
Choose a tag to compare
  • Enable passthrough of security handler errors (@mhamann)
  • Added parameters and initializer to securityHandlers (see docs/securityHandlers.md)
  • Refactored index.js and parsers
  • Updated examples to v3
  • Added tests
  • Updated dependencies:
    • fastify-plugin ^2.0.0 → ^2.3.0
    • swagger-parser ^10.0.0 → ^10.0.1
    • fastify ^3.0.0 → ^3.2.0
    • fastify-cli ^2.0.2 → ^2.1.0
    • tap ^14.10.7 → ^14.10.8

v2.0.5

06 Aug 19:52
Compare
Choose a tag to compare
  • Warnings for missing content handlers now go to the fastify log
  • Bump fastify-plugin from 2.0.2 to 2.1.1

v2.0.4

28 Jul 19:23
Compare
Choose a tag to compare
  • Fix stripResponseFormats for recursive schemas (@lundibundi)
  • Bump fastify-plugin from 2.0.1 to 2.0.2
  • Bump tap from 14.10.7 to 14.10.8

v2.0.3

20 Jul 14:53
Compare
Choose a tag to compare
  • Bump fastify from 3.0.3 to 3.1.1
  • Bump swagger-parser from 10.0.0 to 10.0.
  • Fixed typescript definitions (@zekth )