Skip to content

chore: version packages - #47

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

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

Conversation

@zipbul-ci

@zipbul-ci zipbul-ci Bot commented Jul 15, 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.1.0

Minor Changes

  • 9e2831c: Hot-path performance overhaul, zero runtime dependencies, and a full documentation/quality pass.

    • Performance (same machine, mitata medians): invalid-input deserialize ~2× faster (simple 102→56ns, nested 306→158ns, error-collection 102→59ns), nested-array deserialize ~1.7× faster (1000 items 16.4→9.4µs), valid paths ~25-50% faster (nested 41.7→20.4ns), per-request groups option validation ~15× faster, sync transforms ~1.3-1.8× faster. Generated deserialize executors now return the raw BakerIssue[] on failure internally, allocate error lists lazily, preallocate nested output arrays, and inline the sync-transform Promise guard.
    • Zero runtime dependencies@zipbul/result was internal-only and is removed; bun add @zipbul/baker pulls in nothing else.
    • New seal-time guard (behavior change): DTO classes extending Array are now rejected at seal() with a BakerError — a successfully deserialized instance would otherwise be indistinguishable from a validation-failure array. Array-exotic DTOs were never a supported pattern.
    • Types: EmittableRule and WidenLiteral are now importable from @zipbul/baker/rules (previously a consumer annotating a rule's type via the subpath got TS2305/TS2742).
    • Docs: README now covers the full rule surface (Combinators/Object/Binary sections), every BakerError cause, the debug config key, the rules field option, and the documented error-code list gains the emitted circular and isDefined codes.

@parkrevil
parkrevil merged commit bcfd842 into main Jul 15, 2026
1 check 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