Skip to content

Releases: jayalfredprufrock/nestjs-typebox

v1.0.2

14 Apr 15:26
dc7cf77
Compare
Choose a tag to compare

Patch Changes

  • 7f5e932: handle undefined parameter decorator keys

v1.0.1

14 Apr 15:11
28ca37a
Compare
Choose a tag to compare

Patch Changes

  • ce13144: Upgrade vite-dts lib to get proper types emitted

v1.0.0

13 Apr 21:02
9b90bf0
Compare
Choose a tag to compare

Major Changes

  • ac3e770: Support for latest typebox and vitejs versions

v0.4.1

12 Jan 20:31
8738b9e
Compare
Choose a tag to compare

Patch Changes

v0.4.0

08 Dec 16:43
52bbc98
Compare
Choose a tag to compare

Minor Changes

  • c2e150f: feat: basic support for object unions

v0.3.0

30 Nov 18:25
4c2b911
Compare
Choose a tag to compare

Minor Changes

  • 5b86b6d: support for integer data type

v0.2.2

26 Oct 20:57
f6ca350
Compare
Choose a tag to compare

Patch Changes

  • 6941dcb: preserve this context when calling dto validate

v0.2.1

26 Oct 20:22
8a51082
Compare
Choose a tag to compare

Patch Changes

  • f233aa4: fix: response transformer should leave non-arrays as is

v0.2.0

10 Oct 17:11
3b3755d
Compare
Choose a tag to compare

Minor Changes

  • 20dcd69: Remove concept of transform for now and allow beforeValidate to return new data

v0.1.6

06 Oct 17:27
896229e
Compare
Choose a tag to compare

Patch Changes

  • 820ac92: fix: swap esbuild for swc to make sure __metadata is emitted
  • 6cd9762: Add usage instructions to readme