Releases: gurkankaymak/hocon
Releases · gurkankaymak/hocon
v1.2.20
- fix comment parsing between include statements #50
- fix intermittent failure in config_test.go #49
v1.2.19
- fixed the error when an array line ends with a comment with a '#' character #46
v1.2.18
- fixed the error when a path expression in key ends with a number #45
v1.2.17
- add quotation mark for String #22
v1.2.16
- fixed array trailing comma comments #42
v1.2.15
- consistently resolve transitive substitutions #37
v1.2.14
- fixed parsing nested object with the value of an unquoted string #35
v1.2.13
- fixed parsing array that contains substitution and concatenation #34
v1.2.12
- fixed parsing unquoted strings inside the arrays #33
- fixed parsing unquoted strings which Scanner library recognizes as float (like 123e4567) #32
v1.2.11
- fixed parsing includes with relative paths #28
- fixed parsing multiple includes #30