Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 484 Bytes

changelog.md

File metadata and controls

17 lines (13 loc) · 484 Bytes

Changelog

1.6.3

  • .NETStandart 1.3 supports
  • Add better high-precision double to round-trip
  • Expose new signature for YamlNode.ToObject which takes a Type reference.
  • Add support for events and subscribers to be notified of model changes.

1.6.2

  • Add YamlNode hierarchy to allow modification of the parse tree.
  • Add support for Guid and DateTimeOffset

1.6.1

  • Improve support for unicode escape characters

1.6.0

  • Add support for CoreCLR (netstandard1.6+)