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