Skip to content

v1.1.0 Release #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Jul 29, 2019
Merged

v1.1.0 Release #103

merged 19 commits into from
Jul 29, 2019

Conversation

Arkatufus and others added 19 commits November 19, 2018 11:03
* fixed bug where dot notation doesn't work properly

Dot notation doesn't work when the parent is a merged object. This should fix the issue.

* bug fix for paths serialization

converting path to string did not perform proper escaping. this fixes the issue.

* rewrote HoconPath serialization

- less modification on existing extensions
- support for converting keys with special values to path: `\n`, (empty), `"`, `.` and `\`.
…80)

* Modernized build system in preparation for Azure Pipelines migration

* deleted rest of restore packages usages
Made project Linux-friendly.
* Resolves #70

* Add check for mixed value types in arrays

* Simplify object parsing, fix end of line parsing bugs that causes object and array parsing errors.

* Update System.Configuration.ConfigurationManager to 4.5.0, Update Hocon.Configuration build target to net461, Add hack so configuration works with unit test.

* Fix linux case (#83)
* Add specific test for #79

* Add comma case
…ec conformation (#53)

* Head commit

* Add numerically indexed object to arrayy conversion, object path can be accessed through the indexing operator.
…the proper object value in certain circumstances. (#93)
Make sure that EOL for test cases are not dependent on GIT pull/push settings.
* Add environment variable fallback sample to the Fallback sample project

* Remove launchSettings.json ignore rule from .gitignore

* Add missing properties folder

* Make sample more robust for missing environment value
* Simplify HoconField constructor

* Strict node parenting for cleaner object reconstruction

* Reverse all object value upkeep responsibility to the parser to support proper self-referencing substitution backtracking.

* Remove HoconValue.Undefined

* Merge clean-up, remove HoconValue.Undefined references.

* Merge cleanup
* added 1.1.0 HOCON release notes

* updated release notes to latest
@Aaronontheweb Aaronontheweb merged commit 783c956 into master Jul 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants