Releases: zookzook/hocon
Releases · zookzook/hocon
Bug fixes
Bugfix
- leading
/
in unquoted strings are missing
- nested documents in arrays are not converted to maps
.
in quoted strings are not interpreted any more
0.1.5
- Enhancements
- added support for url resolvers
0.1.4
- Enhancements
- added support for duration and period unit format
- added more tests
- extended the documentation
- added support for includes
0.1.3
-
Enhancements
- added support for size unit format
- added more tests
- extended the documentation
-
Bugfixes
- The
Hocon.Tokenizer
handles the variable byte length of UTF-8 strings correctly.
- Escaping unicodes in quoted string is now supported.
0.1.2
- Enhancements
- added support for substitutions
0.1.1
- Enhancements
- added support for conversion of numerically-indexed objects to arrays
- added support for multi-line strings
- added support for object and array concatenation