Skip to content

Tags: gurkankaymak/hocon

Tags

v1.2.20

Toggle v1.2.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #49 from josh-wolfe-okcupid/fix-config-test

fix intermittent failure in config_test.go

v1.2.19

Toggle v1.2.19's commit message
added test case for an array line ending with a comment starting with…

… '#' character, fixes #46

v1.2.18

Toggle v1.2.18's commit message
Merge remote-tracking branch 'origin/master'

v1.2v18

Toggle v1.2v18's commit message
Merge remote-tracking branch 'origin/master'

v1.2.17

Toggle v1.2.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #22 from Rory-Z/chore/add-quotation

add quotation mark for String

v1.2.16

Toggle v1.2.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #42 from jroper/fix-trailing-comma-comments

Fixed trailing comma comments bug

v1.2.15

Toggle v1.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #37 from rtphubeny/master

Consistently resolve transitive substitutions

v1.2.14

Toggle v1.2.14's commit message
fixed parsing nested object with the value of an unquoted string, fixes 

#35

v1.2.13

Toggle v1.2.13's commit message
fixed parsing array that contains substitution and concatenation, fixes 

#34

v1.2.12

Toggle v1.2.12's commit message
fixed parsing unquoted strings which Scanner library recognizes as fl…

…oat (like 123e4567), fixes #32