Skip to content

Releases: aaubry/YamlDotNet

Release 18.0.0

21 May 13:41
6fc4590

Choose a tag to compare

What's Changed

  • Add a parse method wrapper and caching to fix AoT compilation by @EdwardCooke in #1103
    BREAKING CHANGE This is a breaking change in the TypeInspectorSkeleton class and the ITypeInspector interface by adding 2 methods . Quick fix to resolve those breaking changes in your own custom TypeInspector is to return false on the HasParseMethod method and return null or throw an exception on the Parse method.

Full Changelog: v17.1.0...v18.0.0

Release 17.1.0

28 Apr 20:54
ba6dd7d

Choose a tag to compare

What's Changed

  • Security improvements by @EdwardCooke in #1102
    There was a potential breaking change for large yaml files in the MergingParser. You may need to specify the optional parameter for maximum events to be processed. It default to 100k events which is a very large yaml file.

Full Changelog: v17.0.0...v17.1.0

Release 17.0.0

10 Apr 09:24
88231d5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v16.3.0...v17.0.0

Release 16.3.0

23 Dec 20:12
ae48066

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v16.2.1...v16.3.0

Release 16.2.1

01 Dec 02:54
7bed5cf

Choose a tag to compare

What's Changed

Full Changelog: v16.2.0...v16.2.1

Release 16.2.0

10 Nov 01:46
9a977ef

Choose a tag to compare

What's Changed

  • Support YamlConverterAttribute in attribute overrides by @ChristopherMann in #1003
  • Fix JSON serialization for UTF-32 characters. by @nahk-ivanov in #998
  • fix: floating-point number serialization issue for non-normal values by @filzrev in #992
  • perf: Optimize regular numbers parse logics by @filzrev in #990

New Contributors

Full Changelog: v16.1.3...v16.2.0

Release 16.1.3

26 Sep 17:18
7923dd8

Choose a tag to compare

What's Changed

  • Use collection expressions by @lahma in #980
  • Update testing libraries and migrate FluentAssertions syntax by @lahma in #979
  • Removes sealed from a number of classes and respects empty strings in enummember by @EdwardCooke in #985

Full Changelog: v16.1.2...v16.1.3

Release 16.1.2

13 Sep 18:23
485daaa

Choose a tag to compare

What's Changed

  • Fix warnings when building in linux due to IDE0055 bugs by @EdwardCooke in #978

Full Changelog: v16.1.1...v16.1.2

Release 16.1.1

13 Sep 17:31
006090b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v16.1.0...v16.1.1

Release 16.1.0

01 Sep 16:08
03f0e59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v16.0.0...v16.1.0