Skip to content

Tags: GOWxx/fastify-zod

Tags

1.4.0

Toggle 1.4.0's commit message
1.4.0: update dependencies

1.3.2

Toggle 1.3.2's commit message
1.3.2: support custom error messages

* Forward option to zod-to-json-schema
* Update README and tests with example

1.3.1

Toggle 1.3.1's commit message
1.3.1: multiple response types, modify Reply

* Expose `reply` object to route handlers
* Allow multiple response types using `response` property

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request elierotenberg#38 from elierotenberg/1.3.0-dev

1.3.0

1.2.0

Toggle 1.2.0's commit message
1.2.0

* update dependencies and fix transitive errors
* move typed-jest-expect to devDependencies (fixes elierotenberg#26)

1.1.0

Toggle 1.1.0's commit message
1.1.0: support fastify 4.x

- upgrade dependencies to fastify 4.x / @fastify modules
- make register() async as fastify 4.x requires

1.0.2

Toggle 1.0.2's commit message
1.0.2: fix broken postinstall hook

* Remove broken postinstall hook
* Removed test-openapi-client from devDependencies
* Fix elierotenberg#19

1.0.1

Toggle 1.0.1's commit message
1.0.1: use type for export FastifyZodInstance

* Export FastifyZodInstance as type instead of interface to avoid
  conflicts with global module augmentation.

1.0.0

Toggle 1.0.0's commit message
1.0.0

* Update dependencies
* Replace fastify-swagger with @fastify/swagger
* Add support for querystring

* Add separate tests for issues

* Fix elierotenberg#14, elierotenberg#17

1.0.0-rc10

Toggle 1.0.0-rc10's commit message
1.0.0-rc10: add schemaKeys transform() option