File tree Expand file tree Collapse file tree 3 files changed +284
-95
lines changed
Expand file tree Collapse file tree 3 files changed +284
-95
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## v0.3.1 (2021-07-10)
5+
6+ - Add support for converting arbitrary Zig types to NestedText via ` fromArbitraryType() ` (inverse of ` Parser.parseTyped() ` )
7+ - Fix bug in ` parseTypedFree() ` when passing in a ` Void ` type
8+ - Fix bug parsing into enum types with ` parseTyped() `
9+
10+
411## v0.3.0 (2021-06-24)
512
613- Add initial support for parsing into a comptime type [ #15 ] ( https://github.com/LewisGaul/zig-nestedtext/pull/15 )
Original file line number Diff line number Diff line change 11pkgs:
22 nestedtext:
3- version: 0.3.0
3+ version: 0.3.1
44 description: "Zig NestedText parser library - a simple human readable data format based on YAML"
55 license: MIT
66 source_url: "https://github.com/LewisGaul/zig-nestedtext"
You can’t perform that action at this time.
0 commit comments