Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 12, 2022

Bumps SharpYaml from 1.6.6 to 2.1.0.

Release notes

Sourced from SharpYaml's releases.

2.1.0

Changes

✨ New Features

  • Add support for deserializing forward references. (9a6d64ec) by @​aaubry

🐛 Bug Fixes

  • Fix lost characters when emitting folded scalars with carriage returns. (7d1dea8a) by @​aaubry
  • Fix newline handling problems in folded scalars. (3abaeb43) by @​aaubry

🧰 Misc

  • Unwrap TargetInvocationExceptions. (9c9ee920) by @​aaubry
  • Emit multi-line scalars in folded style by default. (9ec7e620) by @​aaubry
  • Move classes to their own files. (951b581d) by @​aaubry
  • Increment version number. (7f513fcd) by @​aaubry

Full Changelog: 2.0.1...2.1.0

2.0.0

Changes

Full Changelog: 1.9.2...2.0.0

1.9.2

Changes

🏭 Tests

🧰 Misc

Full Changelog: 1.9.1...1.9.2

1.9.1

Changes

🐛 Bug Fixes

  • Fix anchor with arrays (#97) (dcd5e740)
  • Fix exponent number in string to serialize them with double quotes (#96) (3105d16b)

... (truncated)

Changelog

Sourced from SharpYaml's changelog.

Changelog

1.8.0 (16 Sep 2021)

  • Add SerializerSettings.RespectPrivateSetters (PR xoofx/SharpYaml#61)
  • Fix clearing of mapping/sequence, and update IsImplicit when setting Tag (PR xoofx/SharpYaml#78)
  • Always enclose keys in quotes when emitting JSON (PR xoofx/SharpYaml#82)
  • Optimize memory usage (PR xoofx/SharpYaml#87)
  • Fix EmitJsonComptible typo by hiding old member and adding fixed one (PR xoofx/SharpYaml#86)
  • When an item is inserted/removed from a container, update the indices of the subsequent children in the tracker (PR xoofx/SharpYaml#84)
  • Allow to Ignore unmapped properties in YAML SerializerSettings.IgnoreUnmatchedProperties (PR xoofx/SharpYaml#91)
  • Remove dependency on System.Reflection.TypeExtensions from netstandad2.0 (PR xoofx/SharpYaml#92)

1.7.0 (8 Mar 2020)

  • Add PascalCase and CamelCase naming convention support
Commits
  • f7960e2 Fix EOL
  • 1fa7fa2 Merge pull request #116 from bdovaz/feature/reuse-serializer-instance
  • 3fc9219 Minor doc fix
  • d03eecd Allow reuse of Serializer instance
  • a8fcaa5 Merge pull request #112 from avinet/string-quotes
  • 21487e2 Merge pull request #114 from jbienz/feature/namedorder
  • 9159623 Merge pull request #113 from udaken/fix
  • 9e89c01 Added named order constructor to YamlMemberAttribute.
  • a5333fc Update readme about the status of this project
  • 406bd21 Tag type names in payloads are no longer respected by default.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [SharpYaml](https://github.com/xoofx/SharpYaml) from 1.6.6 to 2.1.0.
- [Release notes](https://github.com/xoofx/SharpYaml/releases)
- [Changelog](https://github.com/xoofx/SharpYaml/blob/master/changelog.md)
- [Commits](xoofx/SharpYaml@v1.6.6...2.1.0)

---
updated-dependencies:
- dependency-name: SharpYaml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant