Skip to content

Commit eb61f48

Browse files
authored
Merge pull request #20 from LewisGaul/typed-stringify
Implement 'fromArbitraryType()' - reverse of parseTyped()
2 parents 1a6d2a7 + c11e4d9 commit eb61f48

File tree

3 files changed

+284
-95
lines changed

3 files changed

+284
-95
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
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)

gyro.zzz

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgs:
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"

0 commit comments

Comments
 (0)