Releases: AndrewBastin/verzod
Releases · AndrewBastin/verzod
v0.2.3
What's Changed
- fix: nested entity references by @saschatimme in #1
- chore: bump dev dependencies to the latest versions by @AndrewBastin
New Contributors
- @saschatimme made their first contribution in #1
Full Changelog: v0.2.2...v0.2.3
v0.2.2
This is a small patch fix update for a fix with how InferredEntity
deals with Zod schemas that have a catch
schema applied on them resolving to undefined
.
What's Changed
- fix: InferredEntity not dealing with catch schemas properly by @AndrewBastin in e47f6b4
Full Changelog: v0.2.0...v0.2.2
v0.2.0
What's Changed
- chore: introduce
test:watch
command for development testing. - feat: introduce
entityReference
function that returns a custom zod schema to refer to an entity in a zod schema - chore: update README to feature the usage of
entityReference
- chore: move
zod
from dependency to as apeerDependency
.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
v0.1.0 - Initial Release
This marks the initial release of the library.
Full Changelog: https://github.com/AndrewBastin/verzod/commits/v0.1.0