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