Releases: sonic-technology/catena
Releases · sonic-technology/catena
v0.2.0
What's Changed
- feat: zod transformations and refinements in validators now affect the original object
- build(deps-dev): bump typescript from 5.3.3 to 5.4.4 by @dependabot in #5
- build(deps-dev): bump ts-jest from 29.1.2 to 29.1.5 by @dependabot in #10
- build(deps-dev): bump typescript from 5.4.4 to 5.5.3 by @dependabot in #12
Full Changelog: v0.1.4...v0.2.0
v0.1.4
v0.1.3
Full Changelog: v0.1.2...v0.1.3
- Structured request and response types
v0.1.2
Changelog
- fix: remove the need to use a predefined data structure in transformer DTOs
- fix: prevent subsequent middleware chain items from being executed when
res
has already been already sent