~alva/zig-bare

0.8.0 4 months ago .tar.gz browse log

Compatibility updates for Zig 0.10.0

0.7.0 1 year, 2 months ago .tar.gz browse log

Updates compatibility with Zig 0.9.0

0.6.0 1 year, 9 months ago .tar.gz browse log

Update to Zig 0.8.0

0.5.0 2 years ago .tar.gz browse log

Handle reading of invalid enum values
Update to Zig 0.7.1, thanks to LeRoyce Pearson

0.4.0 2 years ago .tar.gz browse log

Handling of `void` types conforms to spec.

Correctly handle maps with 0 items.

0.3.0 2 years ago .tar.gz browse log

This release contains some impovements:

- Memory management with `Reader` is easy now.
- Most errors (and all BARE invariants) now happen an compile-time.
- Panic upon reading malformed unions.
- Support u8 slices as map keys, and void as map value.

0.2.0 2 years ago .tar.gz browse log

Better BARE conformance and various improvements.

0.1.0 2 years ago .tar.gz browse log

First release