Skip to content

v0.5.0

Compare
Choose a tag to compare
@lomirus lomirus released this 15 Apr 15:47
· 38 commits to master since this release

Features

  • Add try_parse method for the html with tolerable errors by @lomirus in #2;
  • Add support for parsing xml doctype by @lomirus in #3;
  • Add associated Doctype variant to Node::Doctype to distinguish between html and xml by @lomirus.

Refactor

  • Remove prelude module, and replace it with operation module by @lomirus, which also moves the Selector struct out of the original module to top of this package.

Chore

  • Add benchmarking for the parse method by @lomirus, using an 87.0kB html file from wikipedia;

Documentation

  • Readme and other documentation improvements by @lomirus.