0.009003 - 2010-10-12
* mst is an idiot and forgot to add strictures.pm as a dependency
0.009002 - 2010-10-12
* Added support for more selector syntax support including:
+ element#id
+ element.class
+ element[attr=foo]
+ element[attr*=foo]
+ element[attr~=foo]
+ element[attr]
+ element[attr^=foo]
+ [attr=foo]
* HTML::Zoom::MatchWithoutFilter replaced by HTML::Zoom::TransformBuilder
* Improved documentation, including documentation for HTML::Zoom::FilterBuilder.
* Lots of other refactoring, internal improvements & bugfixes!
0.009001 - 2010-03-17
First release