Add a failing test for meta chars in selectors
[catagits/HTML-Zoom.git] / Changes
CommitLineData
8ee07fa4 1 - add transform_attribute method (rbuels)
c2d3257f 2 - add / to excluded characters in attribute names to correctly parse <br/>
abc91e12 3
32b28501 40.009004 2011-02-14
5
c2d3257f 6 - Large chunks of documentation improvements from jnareb
7 - apply_if method from ocharles
8 - selector improvements and bugfixes (jnareb, mst)
81f6079f 9
8628f51e 100.009003 2010-10-12
1cf03540 11
c2d3257f 12 - mst is an idiot and forgot to add strictures.pm as a dependency
1cf03540 13
8628f51e 140.009002 2010-10-12
cdf6da6d 15
c2d3257f 16 - Added support for more selector syntax support including:
17 element#id
18 element.class
19 element[attr=foo]
20 element[attr*=foo]
21 element[attr~=foo]
22 element[attr]
23 element[attr^=foo]
24 [attr=foo]
25 - HTML::Zoom::MatchWithoutFilter replaced by HTML::Zoom::TransformBuilder
26 - Improved documentation, including documentation for HTML::Zoom::FilterBuilder.
27 - Lots of other refactoring, internal improvements & bugfixes!
cdf6da6d 28
8628f51e 290.009001 2010-03-17
cdf6da6d 30
c2d3257f 31 - First release