Releases: BenLorantfy/nestjs-zod
Releases · BenLorantfy/nestjs-zod
v4.2.0
🚀 Features
- Export
ZodSerializationException
so consumers can log serialization errors #115 (@BenLorantfy)
🧰 Maintenance
- Upgrade
@nestjs/swagger
peer dependency #114 (@BenLorantfy)
📚 Documentation
v4.1.0
🐛 Bug Fixes
- Use deepmerge instead of merge-deep #107 (@BenLorantfy)
v4.0.1
🧰 Maintenance
- Fix release process and README tweaks #106 (@BenLorantfy)
v4.0.0
⚠️ Breaking changes
- split extended zod into separate package
@nest-zod/z
#105 (@BenLorantfy)- See MIGRATION.md for more details
🧰 Maintenance
- move to monorepo structure #100 (@BenLorantfy)
v3.0.0
v2.3.3
v2.3.2
- chore: export ZodSerializer feature and include README.md #46 (@austinwoon)
📚 Documentation
- Update installation section #45 (@risenforces)
v2.3.1
🐛 Bug Fixes
- Pass on
this
when calling defaultExplore #42 (@alfredringstad)
v2.3.0
- Zod serializer interceptor #44 (@austinwoon)
v2.2.0
🚀 Features
- Upgrade to support zod 3.21.x #36 (@effervescentia)
🧰 Maintenance
- Update pr-labeler #37 (@risenforces)
📚 Documentation
- Update README.md #22 (@nmokkenstorm)