Releases: seriousme/fastify-openapi-glue
Releases · seriousme/fastify-openapi-glue
v4.11.3
30 May 18:19
Compare
Sorry, something went wrong.
No results found
Changed
chore: refactor parsing and generator
chore: replace createRequire by import { type:"json" }
chore: replace localFile() by a better variant
chore: updated dependencies
@biomejs/biome ^2.4.14 → ^2.4.16
yaml ^2.8.4 → ^2.9.0
v4.11.2
05 May 17:55
Compare
Sorry, something went wrong.
No results found
Changed
fix: overlapping recursion in JSON schema
chore: replace JSON.parse(JSON.stringify()) by structuredClone
chore: updated dependencies
@biomejs/biome ^2.4.13 → ^2.4.14
yaml ^2.8.3 → ^2.8.4
v4.11.1
30 Apr 17:25
Compare
Sorry, something went wrong.
No results found
Changed
fix: recursive response schema with unresolved refs
fix: do not mutate specification parameter
chore: updated dependencies
@biomejs/biome ^2.4.12 → ^2.4.13
typescript ^6.0.2 → ^6.0.3
v4.11.0
15 Apr 16:54
Compare
Sorry, something went wrong.
No results found
Changed
feat: replaced js-yaml by yaml
feat: replaced C8 by native coverage testing
chore: updated dependencies
@biomejs/biome ^2.4.2 → ^2.4.12
@seriousme/openapi-schema-validator ^2.7.1 → ^2.9.0
fastify ^5.7.4 → ^5.8.5
v4.10.2
17 Feb 19:28
Compare
Sorry, something went wrong.
No results found
Changed
chore: updated dependencies
@biomejs/biome ^2.3.15 → ^2.4.2
@seriousme/openapi-schema-validator ^2.7.0 → ^2.7.1
v4.10.1
13 Feb 21:03
Compare
Sorry, something went wrong.
No results found
Changed
chore: updated dependencies
@biomejs/biome ^2.2.4 → ^2.3.15
expect-type ^1.2.2 → ^1.3.0
fastify ^5.6.1 → ^5.7.4
fastify-cli ^7.4.0 → ^7.4.1
fastify-plugin ^5.0.1 → ^5.1.0
js-yaml ^4.1.0 → ^4.1.1
typescript ^5.9.2 → ^5.9.3
v4.10.0
26 Sep 14:39
Compare
Sorry, something went wrong.
No results found
Changed
feat: add support for OpenApi 3.2
chore: updated dependencies
@seriousme/openapi-schema-validator ^2.4.4 → ^2.7.0
@biomejs/biome ^2.2.0 → ^2.2.4
fastify ^5.5.0 → ^5.6.1
v4.9.2
17 Aug 17:50
Compare
Sorry, something went wrong.
No results found
Changed
feat(dev): add index.d.ts tests
chore: updated dependencies
@biomejs/biome ^1.9.4 → ^2.2.0
@seriousme/openapi-schema-validator ^2.4.1 → ^2.4.4
fastify ^5.3.2 → ^5.5.0
v4.9.1
27 Apr 14:53
Compare
Sorry, something went wrong.
No results found
Changed
doc: added note on using schema 2020
chore: updated dependencies
@seriousme/openapi-schema-validator ^2.4.0 → ^2.4.1
fastify ^5.2.2 → ^5.3.2
fastify-cli ^7.3.0 → ^7.4.0
minimist replaced by node:util.parseArgs
v4.9.0
28 Mar 16:26
Compare
Sorry, something went wrong.
No results found
#Changed
feature: support multiple MIME types in requestBody and response
chore: updated dependencies