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