Skip to content

Releases: xoofx/SharpYaml

2.1.1

13 Feb 06:48
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix IgnoreUnmatchedProperties for map types (PR #118) by @bdovaz

🧰 Misc

  • Upgrade tests to net8.0 (c8c2cf4)

Full Changelog: 2.1.0...2.1.1

Published with dotnet-releaser

2.1.0

12 Aug 05:42
Compare
Choose a tag to compare

Changes

✨ New Features

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

🐛 Bug Fixes

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

🧰 Misc

Full Changelog: 2.0.1...2.1.0

2.0.0

04 Jul 17:39
a8fcaa5
Compare
Choose a tag to compare

Changes

Full Changelog: 1.9.2...2.0.0

1.9.2

15 Jun 19:51
3087b8c
Compare
Choose a tag to compare

Changes

🏭 Tests

🧰 Misc

Full Changelog: 1.9.1...1.9.2

1.9.1

08 May 20:18
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

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

Full Changelog: 1.9.0...1.9.1

1.9.0

06 Mar 08:57
Compare
Choose a tag to compare

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

Full Changelog: 1.8.0...1.9.0