Skip to content

0.3.0

Compare
Choose a tag to compare
@cezheng cezheng released this 20 Nov 12:39
· 125 commits to master since this release

Changes

  • Added XMLNode type to represent other types of nodes that are not element
  • Import from libxml2 XMLNodeType enum for determining node types
  • Support fetching specified types of Nodes from children, README updated with an example (#3)
  • Minor optimizations on HTML convenience methods