From: Matt S Trout Date: Mon, 14 Feb 2011 21:29:08 +0000 (+0000) Subject: cleanup Changes formatting X-Git-Tag: release_0.009004~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FHTML-Zoom.git;a=commitdiff_plain;h=81f6079f9f0264753af8a3ec58721e91ad317e82 cleanup Changes formatting --- diff --git a/Changes b/Changes index 649c7d7..a88972f 100644 --- a/Changes +++ b/Changes @@ -1,22 +1,26 @@ +- Large chunks of documentation improvements from jnareb +- apply_if method from ocharles +- selector improvements and bugfixes (jnareb, mst) + 0.009003 - 2010-10-12 -* mst is an idiot and forgot to add strictures.pm as a dependency +- mst is an idiot and forgot to add strictures.pm as a dependency 0.009002 - 2010-10-12 -* Added support for more selector syntax support including: - + element#id - + element.class - + element[attr=foo] - + element[attr*=foo] - + element[attr~=foo] - + element[attr] - + element[attr^=foo] - + [attr=foo] -* HTML::Zoom::MatchWithoutFilter replaced by HTML::Zoom::TransformBuilder -* Improved documentation, including documentation for HTML::Zoom::FilterBuilder. -* Lots of other refactoring, internal improvements & bugfixes! +- Added support for more selector syntax support including: + element#id + element.class + element[attr=foo] + element[attr*=foo] + element[attr~=foo] + element[attr] + element[attr^=foo] + [attr=foo] +- HTML::Zoom::MatchWithoutFilter replaced by HTML::Zoom::TransformBuilder +- Improved documentation, including documentation for HTML::Zoom::FilterBuilder. +- Lots of other refactoring, internal improvements & bugfixes! 0.009001 - 2010-03-17 -First release +- First release