Hocon Versions Save

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

v1.2.9

1 year ago
  • fixed the parsing error when a line ends with a comment #25

v1.2.8

1 year ago

fixed parsing unquoted string when it contains dot character #23

v1.2.7

1 year ago
  • fixed the String() function when the string contains : character #16

v1.2.6

1 year ago
  • updated default env variable implementation to be generic for all types #15

v1.2.5

1 year ago
  • fixed the error cases in the issue #12
    • multiple consecutive single line comment
    • last line being a comment

v1.2.4

2 years ago
  • fixed overriding optional system or environment variables #8 #13

v1.2.3

2 years ago
  • exported Object.ToConfig #9
  • fixed object merging for objects without a ':' or '=' separator #10
  • added GetConfig method #11

v1.2.2

2 years ago
  • added the ability to get the root configuration #5
  • fixed the inheritance bug when a substitution is used within the inheritance #4

v1.2.1

3 years ago
  • bugfix: error when a key contains a hyphen character #2

v1.2.0

3 years ago
  • added ability to merge config trees #1
  • lint fixes (golangci-lint)