Skip to content

Tags: Pingid/lickle-bin

Tags

0.3.1

Toggle 0.3.1's commit message
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

0.3.0

Toggle 0.3.0's commit message
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

0.3.0-dev.0

Toggle 0.3.0-dev.0's commit message
feat: modular rewrite with codecs, lenses, streams, and rw layers

0.2.0

Toggle 0.2.0's commit message
fix: spelling error in function name

0.1.5

Toggle 0.1.5's commit message
fix: utf8 overflowing

0.1.4

Toggle 0.1.4's commit message
feat: add struct intersection utility

0.1.3

Toggle 0.1.3's commit message
fix: struct type inference

0.1.2

Toggle 0.1.2's commit message
feat: add json codec

0.1.1

Toggle 0.1.1's commit message
fix(types): correct type inference in partial schema function

0.1.0

Toggle 0.1.0's commit message
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