recursive testing, fixup prereqs
[catagits/HTML-Zoom.git] / Changes
CommitLineData
81f6079f 1- Large chunks of documentation improvements from jnareb
2- apply_if method from ocharles
3- selector improvements and bugfixes (jnareb, mst)
4
1cf03540 50.009003 - 2010-10-12
6
81f6079f 7- mst is an idiot and forgot to add strictures.pm as a dependency
1cf03540 8
90.009002 - 2010-10-12
cdf6da6d 10
81f6079f 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!
cdf6da6d 23
240.009001 - 2010-03-17
25
81f6079f 26- First release