Skip to content

Releases: zookzook/hocon

Bug fixes

03 Mar 17:24
Compare
Choose a tag to compare

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

19 Dec 09:14
Compare
Choose a tag to compare
  • Enhancements
    • added support for url resolvers

0.1.4

13 Dec 15:30
Compare
Choose a tag to compare
  • Enhancements
    • added support for duration and period unit format
    • added more tests
    • extended the documentation
    • added support for includes

0.1.3

10 Dec 19:25
Compare
Choose a tag to compare
  • 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

06 Dec 15:13
Compare
Choose a tag to compare
  • Enhancements
    • added support for substitutions

0.1.1

30 Nov 17:06
Compare
Choose a tag to compare
  • Enhancements
    • added support for conversion of numerically-indexed objects to arrays
    • added support for multi-line strings
    • added support for object and array concatenation