Skip to content

Releases: gurkankaymak/hocon

v1.2.10

08 Nov 07:46
Compare
Choose a tag to compare
  • fixed the parsing error when a comment line contains a ' character, #26

v1.2.9

07 Nov 12:24
Compare
Choose a tag to compare
  • fixed the parsing error when a line ends with a comment #25

v1.2.8

01 Nov 13:35
Compare
Choose a tag to compare

fixed parsing unquoted string when it contains dot character #23

v1.2.7

19 Aug 07:57
0131d4e
Compare
Choose a tag to compare
  • fixed the String() function when the string contains : character #16

v1.2.6

06 Aug 10:08
Compare
Choose a tag to compare
  • updated default env variable implementation to be generic for all types #15

v1.2.5

05 Aug 13:59
Compare
Choose a tag to compare
  • fixed the error cases in the issue #12
    • multiple consecutive single line comment
    • last line being a comment

v1.2.4

22 Feb 18:09
a6015fa
Compare
Choose a tag to compare
  • fixed overriding optional system or environment variables #8 #13

v1.2.3

23 Nov 12:14
e20be6b
Compare
Choose a tag to compare
  • exported Object.ToConfig #9
  • fixed object merging for objects without a ':' or '=' separator #10
  • added GetConfig method #11

v1.2.2

20 Jun 15:42
Compare
Choose a tag to compare
  • 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

11 Nov 14:01
Compare
Choose a tag to compare
  • bugfix: error when a key contains a hyphen character #2