Releases: gurkankaymak/hocon
Releases · gurkankaymak/hocon
v1.2.10
- fixed the parsing error when a comment line contains a
'
character, #26
v1.2.9
- fixed the parsing error when a line ends with a comment #25
v1.2.8
fixed parsing unquoted string when it contains dot character #23
v1.2.7
- fixed the String() function when the string contains
:
character #16
v1.2.6
- updated default env variable implementation to be generic for all types #15
v1.2.5
- fixed the error cases in the issue #12
- multiple consecutive single line comment
- last line being a comment
v1.2.4
- fixed overriding optional system or environment variables #8 #13
v1.2.3
- exported Object.ToConfig #9
- fixed object merging for objects without a ':' or '=' separator #10
- added GetConfig method #11
v1.2.2
- 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
- bugfix: error when a key contains a hyphen character #2