Skip to content

Releases: LewisGaul/zig-nestedtext

Release v0.4.0

03 Jan 20:29
Compare
Choose a tag to compare
  • 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

03 Jan 20:15
Compare
Choose a tag to compare
  • Fix compile error in handling of strings in fromArbitraryType() #21

Note this is the last release supporting Zig 0.8.

Release v0.3.1

10 Jul 14:10
eb61f48
Compare
Choose a tag to compare
  • Add support for converting arbitrary Zig types to NestedText via fromArbitraryType() (inverse of Parser.parseTyped())
  • Fix bug in parseTypedFree() when passing in a Void type
  • Fix bug parsing into enum types with parseTyped()

Release v0.3.0

23 Jun 23:24
71d4810
Compare
Choose a tag to compare
  • Add initial support for parsing into a comptime type #15

Release v0.2.0

06 Jun 20:51
Compare
Choose a tag to compare

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

03 May 16:43
Compare
Choose a tag to compare
Release v0.2.0a Pre-release
Pre-release

Early release for the upcoming version 2.0 of the NestedText spec, supporting inline objects/lists and multiline object keys.

Release v0.1.0

20 Apr 18:20
Compare
Choose a tag to compare

First release.