Release commit for 0.009004
[catagits/HTML-Zoom.git] / Changes
1 0.009004 2011-02-14
2
3 - Large chunks of documentation improvements from jnareb
4 - apply_if method from ocharles
5 - selector improvements and bugfixes (jnareb, mst)
6
7 0.009003 2010-10-12
8
9 - mst is an idiot and forgot to add strictures.pm as a dependency
10
11 0.009002 2010-10-12
12
13 - Added support for more selector syntax support including: 
14     element#id
15     element.class
16     element[attr=foo]
17     element[attr*=foo]
18     element[attr~=foo]
19     element[attr]
20     element[attr^=foo]
21     [attr=foo]
22 - HTML::Zoom::MatchWithoutFilter replaced by HTML::Zoom::TransformBuilder
23 - Improved documentation, including documentation for HTML::Zoom::FilterBuilder.
24 - Lots of other refactoring, internal improvements & bugfixes!
25
26 0.009001 2010-03-17
27
28 - First release