-
Notifications
You must be signed in to change notification settings - Fork 40
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
v1.1.0 Release #103
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: