Skip to content

chore: release @nestm/standard-schema (alpha) - #40

Merged
kauandotnet merged 2 commits into
mainfrom
changeset-release/main
Aug 29, 2026
Merged

kauandotnet merged 2 commits into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@nestm/standard-schema@0.1.0-alpha.11

Minor Changes

  • 905fd9f: Replace the DTO-oriented API with schema-first validation, serialization, and OpenAPI integration.

    Raw Standard Schemas remain first-class through Nest's native decorator metadata. Applications that want zero-argument @Body(), @Query(), and @Param() reflection can use the new createSchemaClass and createResponseSchemaClass adapters. The runtime pipe, compiler plugin, examples, diagnostics, and low-level types now use schema-class terminology, and the deprecated Swagger array adapter has been removed.

    This is an intentional breaking change with no compatibility aliases. Existing 0.1 alpha releases remain available for applications using the previous DTO API.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from e3f25d6 to 453c5e0 Compare August 29, 2026 03:16
@kauandotnet
kauandotnet merged commit 93704ad into main Aug 29, 2026
7 checks passed
@kauandotnet
kauandotnet deleted the changeset-release/main branch August 29, 2026 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant