Skip to content

v2.0.0

Compare
Choose a tag to compare
@elenakrittik elenakrittik released this 22 Sep 17:23
· 14 commits to master since this release
ac25cae

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