-
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.
- Constructors are no longer constant.
-
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.
- Initial release.