Releases: hobnob/xmlStreamReader
Releases · hobnob/xmlStreamReader
MIT License
Support for Attributes
PHPUnit Dependency Upgrade
Upgrades the dev dependency from PHPUnit 3.7.* to 4.*
CS Fixes
Root Node
Amends the stream reader to deal better with the node requested. In the past, the reader would return all nodes below the node requested. Now it returns the requested node, along with the attributes and children associated to that node.
An interface change has also been added in this release, courtesy of @jamesmoss (see #6)
PHPDoc Fix
Fixes some PHPDoc issues, thanks to @Magomogo