You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
# Changelog
2
2
3
3
4
+
## v0.3.2 (2021-07-11)
5
+
6
+
- Fix compile error in handling of strings in `fromArbitraryType()`[#21](https://github.com/LewisGaul/zig-nestedtext/pull/21)
7
+
8
+
4
9
## v0.3.1 (2021-07-10)
5
10
6
-
- Add support for converting arbitrary Zig types to NestedText via `fromArbitraryType()` (inverse of `Parser.parseTyped()`)
11
+
- Add support for converting arbitrary Zig types to NestedText via `fromArbitraryType()` (inverse of `Parser.parseTyped()`)[#20](https://github.com/LewisGaul/zig-nestedtext/pull/20)
7
12
- Fix bug in `parseTypedFree()` when passing in a `Void` type
8
13
- Fix bug parsing into enum types with `parseTyped()`
0 commit comments