v0.4.0
What's new
- New tool:
tomljson
. It provides a CLI tool similar totomll
to read TOML files and output their JSON representation. #85 - Queries now support
\U
notation. #88
Fixed Bugs
- Fix
ToMap
conversion of arrays of tables. #83 - Empty quoted keys
""
are now valid. #97 - Fix conversion of all numeric types. #102
- Fix conversion of
map[string][string]
andmap[interface{}]interface{}
. #103 - Fix incorrect wrapping of
[]*TomlTree
in aTomlValue
. #110 - Fix output of
ToString
to allow re-parsing it. #111
All changes: v0.3.5...v0.4.0