Skip to content

chore: release @nestm/crud (alpha) - #20

Merged
kauandotnet merged 1 commit into
mainfrom
changeset-release/main
Aug 12, 2026
Merged

kauandotnet merged 1 commit 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/crud-typeorm@0.1.0-alpha.6

Minor Changes

  • 71a3d4c: Add opt-in, type-narrowed TypeORM record selection. An explicit select object
    now restricts every hydrated create/read/list/update/delete record, rejects
    missing primary columns, and makes unselected fields unavailable to binding
    response mappings.

    Selected mutations use direct query builders with predicate-authorizing primary
    key subqueries and explicit RETURNING columns, preventing TypeORM's implicit
    save()/remove() reload from hydrating excluded columns. Scalar selection is
    validated strictly, inserts retain entity construction and insert listeners,
    and native predicate parameter collisions fail closed.

Patch Changes

  • @nestm/crud@0.1.0-alpha.6

@nestm/crud-drizzle@0.1.0-alpha.6

Patch Changes

  • @nestm/crud@0.1.0-alpha.6

@nestm/crud-memory@0.1.0-alpha.6

Patch Changes

  • @nestm/crud@0.1.0-alpha.6

@nestm/crud-prisma@0.1.0-alpha.6

Patch Changes

  • @nestm/crud@0.1.0-alpha.6

@nestm/crud@0.1.0-alpha.6

@kauandotnet
kauandotnet merged commit 0086be5 into main Aug 12, 2026
11 checks passed
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