Hocon Versions Save

go implementation of lightbend's HOCON configuration library https://github.com/lightbend/config

v1.2.19

4 months ago
  • fixed the error when an array line ends with a comment with a '#' character #46

v1.2.18

6 months ago
  • fixed the error when a path expression in key ends with a number #45

v1.2.17

8 months ago
  • add quotation mark for String #22

v1.2.16

9 months ago
  • fixed array trailing comma comments #42

v1.2.15

1 year ago
  • consistently resolve transitive substitutions #37

v1.2.14

1 year ago
  • fixed parsing nested object with the value of an unquoted string #35

v1.2.13

1 year ago
  • fixed parsing array that contains substitution and concatenation #34

v1.2.12

1 year ago
  • fixed parsing unquoted strings inside the arrays #33
  • fixed parsing unquoted strings which Scanner library recognizes as float (like 123e4567) #32

v1.2.11

1 year ago
  • fixed parsing includes with relative paths #28
  • fixed parsing multiple includes #30

v1.2.10

1 year ago
  • fixed the parsing error when a comment line contains a ' character, #26