Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 775 Bytes

changelog.md

File metadata and controls

26 lines (20 loc) · 775 Bytes

Changelog

1.6.5

  • Support for escaping slash for JSON Compatibility (PR xoofx#66)

1.6.4

  • .NETStandart 2.0 supports
  • Fix ChildIndex.Resolve avoids OutOfRangeExceptions, returns null instead (#57)
  • Enable SourceLink (#58)
  • Fix tracker on YamlDocument (#53)

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+)