Skip to content

Releases: hobnob/xmlStreamReader

MIT License

10 Mar 15:53
Compare
Choose a tag to compare

Adds the MIT license to the repository

Support for Attributes

15 Jul 11:26
Compare
Choose a tag to compare

Support XML attribute paths, like /foo/bar/@baz - thanks @ikr

PHPUnit Dependency Upgrade

13 Apr 16:14
Compare
Choose a tag to compare

Upgrades the dev dependency from PHPUnit 3.7.* to 4.*

CS Fixes

02 Mar 14:16
Compare
Choose a tag to compare

Fixes Coding standards throughout the Parser to be more PSR compliant.

Root Node

06 Nov 20:22
Compare
Choose a tag to compare

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

04 Jul 08:09
Compare
Choose a tag to compare

Fixes some PHPDoc issues, thanks to @Magomogo