Releases: elenakrittik/GodotXML
Releases · elenakrittik/GodotXML
v2.1.1
What's Changed
- Fix string escaping and template problems. by @Kiisu-Master in #25
New Contributors
- @Kiisu-Master made their first contribution in #25
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- docs: Wording changes by @elenakrittik in #9
- refactor: Deprecate
XML.dump_*
and addXMLNode.dump_*
instead. by @elenakrittik in #16 - feat(parser): adds CDATA nodes support by @Suero152 in #13
- refactor: Type safety improvements and small code clean-up. by @elenakrittik in #18
- fix: Append content instead of ignoring subsequent NODE_TEXT nodes by @elenakrittik in #20
- fix: Only remove trailing blankets by @elenakrittik in #22
New Contributors
Full Changelog: v2.0.1...v2.1.0
v2.0.1
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Complete overhaul of the internals, better API, more features - that's v2. See CHANGELOG.md for v1 -> v2 differences, since the below reflects actual changes pretty poorly.
What's Changed
- fix bug when xml ends with \n \n\n \n\n\n ... by @tokomine in #1
- fix: Ignore non-standard content after the first root. by @elenakrittik in #5
- feat: Dotted child access by @elenakrittik in #3
- refactor: Add basic error handling, properly document code, refactor converters, remove useless checks. by @elenakrittik in #6
New Contributors
- @tokomine made their first contribution in #1
- @elenakrittik made their first contribution in #5
v1.0.0
First release!