We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a0ec0 commit 34d7c9aCopy full SHA for 34d7c9a
ChangeLog
@@ -1,9 +1,11 @@
1
0.0.3-alpha (2013-??-??)
2
* Changed: Reader::parse returns an array with 1 level less depth.
3
- * Added: A ParseException is now thrown if the XMLReader comes across an
+ * Added: A LibXMLException is now thrown if the XMLReader comes across an
4
error.
5
* Fixed: Both the Elements and KeyValue parsers had severe issues with
6
nesting.
7
+ * Fixed: The reader now detects when the end of the document is hit before
8
+ it should (because we're still parsing an element).
9
10
0.0.2-alpha (2013-02-17)
11
* Added: Elements parser.
0 commit comments