Skip to content

Releases: hobnob/xmlStreamReader

MIT License

Choose a tag to compare

@hobnob hobnob released this 10 Mar 15:53

Adds the MIT license to the repository

Support for Attributes

Choose a tag to compare

@hobnob hobnob released this 15 Jul 11:26

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

PHPUnit Dependency Upgrade

Choose a tag to compare

@hobnob hobnob released this 13 Apr 16:14

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

CS Fixes

Choose a tag to compare

@hobnob hobnob released this 02 Mar 14:16

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

Root Node

Choose a tag to compare

@hobnob hobnob released this 06 Nov 20:22

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

Choose a tag to compare

@hobnob hobnob released this 04 Jul 08:09

Fixes some PHPDoc issues, thanks to @Magomogo