Releases: fastify/fastify-type-provider-json-schema-to-ts
Releases · fastify/fastify-type-provider-json-schema-to-ts
v4.0.1
v4.0.0
What's Changed
- chore(.gitignore): add .tap/ dir by @Fdawgs in #75
- build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.3.1 by @dependabot in #81
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #82
- Merge
next
intomain
by @jsumners in #102
Full Changelog: v3.0.0...v4.0.0
v3.0.0
Breaking Change
- update
json-schema-to-ts
from2
to3
What's Changed
- chore(.gitignore): add bun lockfile by @Fdawgs in #35
- build(deps-dev): bump tsd from 0.25.0 to 0.27.0 by @dependabot in #38
- build(deps-dev): bump typescript from 4.9.5 to 5.0.2 by @dependabot in #41
- ci: only trigger on pushes to main branches by @Fdawgs in #46
- build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #47
- chore: add
.gitattributes
file by @Fdawgs in #58 - fix ci by @Uzlopak in #59
- build(deps-dev): bump rimraf from 3.0.2 to 5.0.5 by @dependabot in #60
- build(deps-dev): bump eslint-plugin-n from 15.7.0 to 16.1.0 by @dependabot in #62
- build(deps-dev): bump tsd from 0.27.0 to 0.29.0 by @dependabot in #61
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.7.4 by @dependabot in #63
- build(deps): bump actions/setup-node from 3 to 4 by @dependabot in #66
- build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #67
- fix: upgrade json-schema-to-ts to v3.0.0 by @Uzlopak in #69
- refactor: update types by @climba03003 in #72
New Contributors
- @Uzlopak made their first contribution in #59
- @climba03003 made their first contribution in #72
Full Changelog: v2.2.2...v3.0.0
v2.2.2
What's Changed
- scripts: add prePublish script by @RafaelGSS in #28
- chore(.gitignore): add clinic by @Fdawgs in #29
- fix: allow assigning provider-enabled instances to
FastifyInstance
by @driimus in #21
New Contributors
Full Changelog: v2.2.1...v2.2.2
v2.2.1
v2.2.0 was missing the typescript build.
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- build(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #19
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #20
- build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #26
- feat: expose FromSchema options by @kalvenschraut in #22
New Contributors
- @kalvenschraut made their first contribution in #22
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- fix:
FastifyPluginAsyncJsonSchemaToTs
andFastifyPluginCallbackJsonSchemaToTs
were missing. #18 - chore: add eslint typescript by @RafaelGSS in #16
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #14
- feat: add FastifyPluginAsyncJsonSchemaToTs and FastifyPluginCallbackJsonSchemaToTs plugin types by @Liam-Tait in #15
New Contributors
- @Liam-Tait made their first contribution in #15
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- chore(.gitignore): use updated skeleton template by @Fdawgs in #9
- build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #10
- fix: updated to [email protected] in peerDependencies #12 by @dancastillo in #13
- build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #11
New Contributors
- @dancastillo made their first contribution in #13
Full Changelog: v1.0.0...v2.0.0
v1.0.0
What's Changed
- chore: rename ci workflow file by @Fdawgs in #2
- build: add dependabot config by @Fdawgs in #3
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #5
- build(deps): bump actions/setup-node from 2 to 3 by @dependabot in #4
- build(deps-dev): bump @types/node from 16.11.39 to 17.0.41 by @dependabot in #7
- build(deps-dev): bump tsd from 0.19.1 to 0.20.0 by @dependabot in #6
- fix: Use released fastify v4 as peer dep to fix installation problems by @rmehner in #8
New Contributors
- @Fdawgs made their first contribution in #2
- @dependabot made their first contribution in #5
- @rmehner made their first contribution in #8
Full Changelog: v0.1.0-beta.0...v1.0.0