Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nestm/standard-schema

## 0.1.0-alpha.10

### Patch Changes

- 1de21dd: Support TypeScript 7 for the runtime DTO, validation, and serialization APIs.
The optional Nest compiler plugin continues to require TypeScript 5.5 through
6.x because TypeScript 7 does not expose the compiler API used by transformers;
it now reports that boundary explicitly.

## 0.1.0-alpha.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestm/standard-schema",
"version": "0.1.0-alpha.9",
"version": "0.1.0-alpha.10",
"description": "DTO ergonomics for NestJS 12's native Standard Schema validation and serialization.",
"license": "MIT",
"author": "Kauan Guesser",
Expand Down
Loading