fix bug where first event isn't passed to filter during collect w/out inside
[catagits/HTML-Zoom.git] / Changes
1 0.009003 - 2010-10-12
2
3 * mst is an idiot and forgot to add strictures.pm as a dependency
4
5 0.009002 - 2010-10-12
6
7 * Added support for more selector syntax support including: 
8   + element#id
9   + element.class
10   + element[attr=foo]
11   + element[attr*=foo]
12   + element[attr~=foo]
13   + element[attr]
14   + element[attr^=foo]
15   + [attr=foo]
16 * HTML::Zoom::MatchWithoutFilter replaced by HTML::Zoom::TransformBuilder
17 * Improved documentation, including documentation for HTML::Zoom::FilterBuilder.
18 * Lots of other refactoring, internal improvements & bugfixes!
19
20 0.009001 - 2010-03-17
21
22 First release