Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 587 Bytes

CHANGELOG.md

File metadata and controls

25 lines (13 loc) · 587 Bytes

[1.0.0] - May 15, 2021

  • Migrated to null-safe code.

  • Constructors were made constant again.

  • All nodes now extend [XmlNode] directly or indirectly, rather than implementing it.

  • Made the helper methods extension methods on their relevant classes.

[0.1.2] - January 19, 2020

  • Constructors are no longer constant.

[0.1.1] - January 16, 2020

  • Documentation and formatting changes.

  • Updated the example to support the current version of pub.dev.

  • Bug fix. CDATA nested in Elements were being parsed as plain text.

[0.1.0] - August 27, 2019

  • Initial release.