Skip to content

Commit

Permalink
Prepare release 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaubry committed Jun 4, 2019
1 parent 6866254 commit 61bfd39
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 3 deletions.
35 changes: 33 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,42 @@
# Release notes
## Release 6.1.1

- Increase the max simple key length to 1024 and allow to configure it
- Remove semver tags from scaffolded release notes

- Never emit key indicators in JSON
- Merge pull request #395 from am11/feature/spec-suite-runner
Add spec test executor for yaml-test-suite

- Update readme to clarify which runtimes are supported

- Merge pull request #400 from am11/conformance
Improve YAML spec conformance by three tests

- Merge pull request #401 from am11/conformance/scalars
Allow scalar to have value without space (x:y)

- Merge pull request #396 from KapuKapu/bugfix/enums_should_serialize_to_json_string
Fix missing string quotes around json serialized enums (#146)

- Merge pull request #403 from am11/conformance/anchors
Relax anchor names allowed characters set

- Ensure that the project builds on Linux

- Update docker image for builds

- Merge branch 'update-samples-project-format' of https://github.com/am11/YamlDotNet into am11-update-samples-project-format
# Conflicts:
# YamlDotNet.Samples/YamlDotNet.Samples.csproj

- Merge pull request #404 from am11/conformance/documentend
Constrain DocumentEnd parsing to allowed tokens

- Merge pull request #406 from am11/conformance/omitted-keys
Improve omitted keys handling

- Allow to save a YamlStream to an IEmitter
# Previous releases
- [6.1.1](releases/6.1.1.md)
- [6.0.0](releases/6.0.0.md)
- [5.4.0](releases/5.4.0.md)
- [5.3.1](releases/5.3.1.md)
Expand Down
20 changes: 19 additions & 1 deletion releases/6.1.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release 6.1.1

- Increase the max simple key length to 1024 and allow to configure it
## New features

Tests from yaml-test-suite have been added to the project and an effort has been made to improve the conformance, thanks to [@am11](https://github.com/am11):

- [#395](https://github.com/aaubry/YamlDotNet/pull/395) Add spec test executor for yaml-test-suite
- [#400](https://github.com/aaubry/YamlDotNet/pull/400) Improve YAML spec conformance by three tests
- [#401](https://github.com/aaubry/YamlDotNet/pull/401) Allow scalar to have value without space (x:y)
- [#403](https://github.com/aaubry/YamlDotNet/pull/403) Relax anchor names allowed characters set
- [#404](https://github.com/aaubry/YamlDotNet/pull/404) Constrain DocumentEnd parsing to allowed tokens
- [#406](https://github.com/aaubry/YamlDotNet/pull/406) Improve omitted keys handling

### Other changes:

- Allow to save a `YamlStream` to an `IEmitter`
- Some infrastructural changes have been made to ensure that the project would build on Linux without issues.

## Bug fixes

- [#396](https://github.com/aaubry/YamlDotNet/pull/396) Fix missing string quotes around json serialized enums (fixes [#146](https://github.com/aaubry/YamlDotNet/issues/408))
- Increase the max simple key length to 1024 and allow to configure it
- Never emit key indicators in JSON

0 comments on commit 61bfd39

Please sign in to comment.