Skip to content

Root Node

Compare
Choose a tag to compare
@hobnob hobnob released this 06 Nov 20:22
· 20 commits to master since this release

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)