SharpYaml Versions Save

SharpYaml is a .NET library for YAML compatible with CoreCLR

2.1.0

1 year ago

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

1 year ago

Changes

Full Changelog: 1.9.2...2.0.0

1.9.2

1 year ago

Changes

🏭 Tests

  • Fix tests (PR #101) by @udaken

🧰 Misc

  • Code cleanup (PR #100) by @udaken
  • License Confusion #99 (PR #102) by @savornicesei

Full Changelog: 1.9.1...1.9.2

1.9.1

2 years ago

Changes

🐛 Bug Fixes

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

Full Changelog: 1.9.0...1.9.1

1.9.0

2 years ago

Changes

🚨 Breaking Changes

  • Remove support for net35, net45. Keep only support for netstandard2.0

🚀 Enhancements

  • Add option to serializer settings to ignore null values (PR #94) by @sescalada

🧰 Misc

  • Update to net6.0 (6061acab)
  • Use dotnet-releaser (d41ce9b0)
  • Update license.txt (c4ddfc04)

Full Changelog: 1.8.0...1.9.0