You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite the codec core: split codecs into modules, add lenses, unions…
…, streaming, and debug tooling, move tests to test/, add benchmarks, and switch to pnpm with a docs workflow
Rewrite the codec core: split codecs into modules, add lenses, unions…
…, streaming, and debug tooling, move tests to test/, add benchmarks, and switch to pnpm with a docs workflow
feat!: rename TypeOf to Infer and add new binary schema features
BREAKING CHANGE: TypeOf is now renamed to Infer for better type inference
- Add partial struct utility
- Rename union to taggedUnion