Releases: LewisGaul/zig-nestedtext
Releases · LewisGaul/zig-nestedtext
Release v0.5.0
- Move to support Zig 0.13
- Update the
toJson()
methods in line withstd.json
changes
Release v0.4.0
- Move to support Zig 0.9, use
zig-0.8
branch or latest v0.3 release for Zig 0.8 support
Release v0.3.2
- Fix compile error in handling of strings in
fromArbitraryType()
#21
Note this is the last release supporting Zig 0.8.
Release v0.3.1
- Add support for converting arbitrary Zig types to NestedText via
fromArbitraryType()
(inverse ofParser.parseTyped()
) - Fix bug in
parseTypedFree()
when passing in a Void type - Fix bug parsing into enum types with
parseTyped()
Release v0.3.0
- Add initial support for parsing into a comptime type #15
Release v0.2.0
Support NestedText v2.0 with:
- inline lists/objects ('flow style')
- note that zig-nestedtext deviates from the spec just slightly by disallowing empty keys/values and trailing commas
- multiline object keys
Also various bug fixes, especially in dumping out NestedText.
Release v0.2.0a
Early release for the upcoming version 2.0 of the NestedText spec, supporting inline objects/lists and multiline object keys.
Release v0.1.0
First release.