998e0753f4460ca886f594567ca1c19eddaa6e57
[catagits/HTML-Zoom.git] / Changes
1   - add / to excluded characters in attribute names to correctly parse <br/> 
2
3 0.009004 2011-02-14
4
5   - Large chunks of documentation improvements from jnareb
6   - apply_if method from ocharles
7   - selector improvements and bugfixes (jnareb, mst)
8
9 0.009003 2010-10-12
10
11   - mst is an idiot and forgot to add strictures.pm as a dependency
12
13 0.009002 2010-10-12
14
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!
27
28 0.009001 2010-03-17
29
30   - First release