Skip to content

0.0.3

Pre-release
Pre-release

Choose a tag to compare

@evert evert released this 26 May 00:13
· 483 commits to master since this release
  • Changed: Reader::parse returns an array with 1 level less depth.
  • Added: A LibXMLException is now thrown if the XMLReader comes across an error.
  • Fixed: Both the Elements and KeyValue parsers had severe issues with
    nesting.
  • Fixed: The reader now detects when the end of the document is hit before it
    should (because we're still parsing an element).