Skip to content

chore: version packages - #45

Merged
parkrevil merged 1 commit into
mainfrom
changeset-release/main
Jul 12, 2026
Merged

chore: version packages#45
parkrevil merged 1 commit into
mainfrom
changeset-release/main

Conversation

@zipbul-ci

@zipbul-ci zipbul-ci Bot commented Jul 12, 2026

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.

Releases

@zipbul/baker@6.0.0

Major Changes

  • e72460c: Compile-time rule↔field type checking, richer issues, and a leaner published surface.

    • @Field is now type-checked (breaking). A rule applied to a field of the wrong type is a compile error — @Field(isString) age!: number and @Field(isString, min(5)) code!: string no longer typecheck. Correctly typed DTOs are unaffected; runtime behaviour is identical. Dynamic/untyped rule lists remain available via @Field({ rules: [...] }).
    • BakerIssue.constraints now carries the failing rule's parameters (e.g. { min: 5 } for min(5)), so you can build error messages without re-deriving bounds. Type-check rules and structural failures omit it.
    • Internal declarations are stripped from the published types — helper symbols that were never part of the public API no longer leak into .d.ts.

@parkrevil
parkrevil merged commit d1987b0 into main Jul 12, 2026
1 check passed
@parkrevil
parkrevil deleted the changeset-release/main branch July 12, 2026 04:43
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