Releases: jayalfredprufrock/nestjs-typebox
Releases · jayalfredprufrock/nestjs-typebox
v4.0.0-next.1
Patch Changes
- 5369669: fix: apply response transformation before validation
v4.0.0-next.0
Major Changes
- 579b899: Requires latest typebox version, 0.34.0. Decorators use TransformDecode for schema type inference.
v3.1.1
v3.1.0
v3.0.2
v3.0.1
v3.0.0
Major Changes
- 2f56ec8: feat: upgraded to typebox 0.32.0
Minor Changes
- ffa676f: feat: upgrading typebox in preparation for v3 releast
Patch Changes
- 95c0123: chore: upgrade typebox to latest stable
- 163be99: fix: export types
- ff46411: feat: add some more typebox utilities
- 87181c4: fix: revert prev commit for now
- 09f6e3e: fix: explcitly type DistPick and DistOmit return types
- 56c4916: fix: simplify DistOmit and DistPick typings for better inference
- 03645a5: fix: handle empty responses
- 7a0a776: Add UnionPartialSome typebox helper
v3.0.0-next.9
Minor Changes
- ffa676f: feat: upgrading typebox in preparation for v3 releast
v3.0.0-next.8
Patch Changes
- 03645a5: fix: handle empty responses
v3.0.0-next.7
Patch Changes
- 87181c4: fix: revert prev commit for now