HOCON v1.1.0
1.1.0 July 29 2019
HOCON 1.1.0 contains a large number of bug fixes and improvements over HOCON 1.0.0, including:
- Fix: fully qualified type name with assembly cant be used as property name
- Fix: unable to use include keyword at root level
- Fix. Child field path was not concatenated with its parent path
- Fix: bug when getting a string with a substitution as an array element
- Fix: Object fields containing objects may not return proper object value in certain circumstances.
- Fix: Improper value instantiation and parenting during parsing caused a disconnected tree nodes.
- Fix: HoconValue.Undefined is inconsistent
Changes:
- 4c44f51 Merge pull request #105 from akkadotnet/dev
- b6a4f60 Have to use an OAuth token to do releases
- c25d29c Merge pull request #104 from akkadotnet/dev
- 996f4a7 Update windows-release.yaml
- cb49cf3 updated Windows Release pipeline
- 783c956 Merge pull request #103 from akkadotnet/dev
- 57323d6 added 1.1.0 HOCON release notes (#98)
- ab5124b Merge #99 and #101 into a single pull request. (#102)
- b45cb0a Remove HoconValue.Undefined (#101)
- 4eb901c Substitution environment variable fallback sample (#100)
See more
- a105c1d Fix. Child field path was not concatenated with its parent path. (#96)
- b323b49 Fix a windows EOL bug for test case (#94)
- d06cf7c Fix a bug when getting a string containing a substitution as an array element (#88)
- ef70a15 Fix for #89 and #92, Object fields containing objects may not return the proper object value in certain circumstances. (#93)
- e718f3c Split test files to match HOCON spec document headings to simplify spec conformation (#53)
- df5e054 Specific test for dot and comma in key (#84) [ #79 ]
- 4b4f6ae Code cleanup (#77) [ #70, #83 ]
- e6a5af0 updated NuGet Release build steps (#82)
- d1b9714 Fix linux case (#83)
- 6346c0f added Azure Pipelines task definitions (#81)
- 0710434 Modernized build system in preparation for Azure Pipelines migration (#80)
- 8a2d2e3 Update LICENSE (#76)
- 48f7b1f fixed bug where dot notation doesn't work properly (#72)
- 9d9f7f1 Fix unable to use include keyword at root level (#69)
- 59fbc47 Update headers and license to reference Lightbend and .NET Foundation (#68)
This list of changes was auto generated.