Skip to content

Commit

Permalink
Merge pull request #58 from jayalfredprufrock/changeset-release/main
Browse files Browse the repository at this point in the history
New Release (next)
  • Loading branch information
jayalfredprufrock authored Sep 30, 2024
2 parents ffa676f + a7e737c commit fb94b99
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 51 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"changesets": [
"famous-countries-fail",
"fresh-bottles-fail",
"late-trees-mix",
"olive-kangaroos-pay",
"orange-falcons-greet",
"real-beers-explain",
Expand Down
106 changes: 56 additions & 50 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,291 +1,297 @@
# nestjs-typebox

## 3.0.0-next.9

### Minor Changes

- ffa676f: feat: upgrading typebox in preparation for v3 releast

## 3.0.0-next.8

### Patch Changes

- 03645a5: fix: handle empty responses
- 03645a5: fix: handle empty responses

## 3.0.0-next.7

### Patch Changes

- 87181c4: fix: revert prev commit for now
- 87181c4: fix: revert prev commit for now

## 3.0.0-next.6

### Patch Changes

- 09f6e3e: fix: explcitly type DistPick and DistOmit return types
- 09f6e3e: fix: explcitly type DistPick and DistOmit return types

## 3.0.0-next.5

### Patch Changes

- 95c0123: chore: upgrade typebox to latest stable
- 95c0123: chore: upgrade typebox to latest stable

## 3.0.0-next.4

### Patch Changes

- 7a0a776: Add UnionPartialSome typebox helper
- 7a0a776: Add UnionPartialSome typebox helper

## 3.0.0-next.3

### Patch Changes

- 163be99: fix: export types
- 163be99: fix: export types

## 3.0.0-next.2

### Patch Changes

- ff46411: feat: add some more typebox utilities
- ff46411: feat: add some more typebox utilities

## 3.0.0-next.1

### Patch Changes

- 56c4916: fix: simplify DistOmit and DistPick typings for better inference
- 56c4916: fix: simplify DistOmit and DistPick typings for better inference

## 3.0.0-next.0

### Major Changes

- feat: upgraded to typebox 0.32.0
- feat: upgraded to typebox 0.32.0

## 2.6.1

### Patch Changes

- fc130b1: fix: support for passing pipe classes without instantiation
- fc130b1: fix: support for passing pipe classes without instantiation

## 2.6.0

### Minor Changes

- 97e4c28: feat: transform pipe support for request validators
- 97e4c28: feat: transform pipe support for request validators

## 2.5.5

### Patch Changes

- ba0c38b: update deps
- ba0c38b: update deps

## 2.5.4

### Patch Changes

- 50afcd1: updated peer dep range to support nest 10
- 50afcd1: updated peer dep range to support nest 10

## 2.5.3

### Patch Changes

- 74357c3: chore: updated readme with decorator usage
- 74357c3: chore: updated readme with decorator usage

## 2.5.2

### Patch Changes

- 5afcaba: remove useless generic
- 5afcaba: remove useless generic

## 2.5.1

### Patch Changes

- 6f85747: Make schema optional for param and query validators
- 6f85747: Make schema optional for param and query validators

## 2.5.0

### Minor Changes

- 4ec4c58: Automatically apply interceptor. New HttpEndpoint decorator
- 4ec4c58: Automatically apply interceptor. New HttpEndpoint decorator

## 2.4.1

### Patch Changes

- 87f3ccc: provide a default name for responses and body
- 87f3ccc: provide a default name for responses and body

## 2.4.0

### Minor Changes

- f922327: separate response and request validator configuration
- f922327: separate response and request validator configuration

## 2.3.0

### Minor Changes

- c128d38: Upgrade typebox
- c128d38: Upgrade typebox

## 2.2.0

### Minor Changes

- 4d38b6e: feat: new ValidateResp decorator experiment
- 4d38b6e: feat: new ValidateResp decorator experiment

## 2.1.0

### Minor Changes

- b9c33c2: vite lib mode and esm just arent there yet
- b9c33c2: vite lib mode and esm just arent there yet

## 2.0.4

### Patch Changes

- 1af7324: Fix package exports again
- 1af7324: Fix package exports again

## 2.0.3

### Patch Changes

- 7e14c0e: include typings
- 7e14c0e: include typings

## 2.0.2

### Patch Changes

- 6bd610a: use cjs and mjs file extensions on build output
- 6bd610a: use cjs and mjs file extensions on build output

## 2.0.1

### Patch Changes

- fe17f29: fix: use file extension when importing absolute nestjs files
- fe17f29: fix: use file extension when importing absolute nestjs files

## 2.0.0

### Major Changes

- 646a659: Migrate to ESM. Major bump just to be safe
- 646a659: Migrate to ESM. Major bump just to be safe

## 1.0.7

### Patch Changes

- d6d8b0c: update deps
- d6d8b0c: update deps

## 1.0.6

### Patch Changes

- 41e2c08: fix: restore typebox dto typecheck in interceptor
- 41e2c08: fix: restore typebox dto typecheck in interceptor

## 1.0.5

### Patch Changes

- 05b5975: force dto type as any when returning union
- 05b5975: force dto type as any when returning union

## 1.0.4

### Patch Changes

- 82ab159: fix: merge union schemas so dto classes can construct them
- 82ab159: fix: merge union schemas so dto classes can construct them

## 1.0.3

### Patch Changes

- 05eed8f: Loosen type restrictions on dtos
- 2f5606f: update deps
- 05eed8f: Loosen type restrictions on dtos
- 2f5606f: update deps

## 1.0.2

### Patch Changes

- 7f5e932: handle undefined parameter decorator keys
- 7f5e932: handle undefined parameter decorator keys

## 1.0.1

### Patch Changes

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

## 1.0.0

### Major Changes

- ac3e770: Support for latest typebox and vitejs versions
- ac3e770: Support for latest typebox and vitejs versions

## 0.4.1

### Patch Changes

- cc7bc57: Ugprade typebox dep
- cc7bc57: Ugprade typebox dep

## 0.4.0

### Minor Changes

- c2e150f: feat: basic support for object unions
- c2e150f: feat: basic support for object unions

## 0.3.0

### Minor Changes

- 5b86b6d: support for integer data type
- 5b86b6d: support for integer data type

## 0.2.2

### Patch Changes

- 6941dcb: preserve this context when calling dto validate
- 6941dcb: preserve this context when calling dto validate

## 0.2.1

### Patch Changes

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

## 0.2.0

### Minor Changes

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

## 0.1.6

### Patch Changes

- 820ac92: fix: swap esbuild for swc to make sure \_\_metadata is emitted
- 6cd9762: Add usage instructions to readme
- 820ac92: fix: swap esbuild for swc to make sure \_\_metadata is emitted
- 6cd9762: Add usage instructions to readme

## 0.1.5

### Patch Changes

- 083d296: use apply to call original swagger method to avoid clobbering this
- 083d296: use apply to call original swagger method to avoid clobbering this

## 0.1.4

### Patch Changes

- 65de093: simplify swagger patch now that bug is fixed
- 65de093: simplify swagger patch now that bug is fixed

## 0.1.3

### Patch Changes

- bae856d: Copy zod patch approach to see if that fixes things
- bae856d: Copy zod patch approach to see if that fixes things

## 0.1.2

### Patch Changes

- b9c40c4: Stop minifying dist files
- b9c40c4: Stop minifying dist files

## 0.1.1

### Patch Changes

- 14f01df: fix publish
- 14f01df: fix publish

## 0.1.0

### Minor Changes

- 3008e6f: First release
- 3008e6f: First release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-typebox",
"version": "3.0.0-next.8",
"version": "3.0.0-next.9",
"description": "",
"author": "Andrew Smiley <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit fb94b99

Please sign in to comment.