recursive testing, fixup prereqs
[catagits/HTML-Zoom.git] / Changes
1 - Large chunks of documentation improvements from jnareb
2 - apply_if method from ocharles
3 - selector improvements and bugfixes (jnareb, mst)
4
5 0.009003 - 2010-10-12
6
7 - mst is an idiot and forgot to add strictures.pm as a dependency
8
9 0.009002 - 2010-10-12
10
11 - Added support for more selector syntax support including: 
12     element#id
13     element.class
14     element[attr=foo]
15     element[attr*=foo]
16     element[attr~=foo]
17     element[attr]
18     element[attr^=foo]
19     [attr=foo]
20 - HTML::Zoom::MatchWithoutFilter replaced by HTML::Zoom::TransformBuilder
21 - Improved documentation, including documentation for HTML::Zoom::FilterBuilder.
22 - Lots of other refactoring, internal improvements & bugfixes!
23
24 0.009001 - 2010-03-17
25
26 - First release