X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=191d465b6f6d2f48427986d67d730bbd2f6533ca;hb=3c53c43950487cb2a92d0f49a8932c37867a6ba0;hp=adcb55e7ace9e56874746bf27af43bf21e6fe93e;hpb=619fe6fe0082c0eba72445ecf470e31d7101394c;p=catagits%2FHTML-Zoom.git diff --git a/Changes b/Changes index adcb55e..191d465 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,5 @@ -TBA +0.009005 2011-05-12 + - Perforce escaping of meta-characters in selectors and test (rafl) - New Feature: HTML::Zoom will autoload FilterBuilder functions so that you can avoid a bit of boilerplate in method calls. Now you can replace: @@ -13,7 +14,7 @@ TBA better, improved the docs and added tests for documented functions to avoid future regressions. - - add / to excluded characters in attribute names to correctly parse
+ - add / to excluded characters in attribute names to correctly parse
- add transform_attribute method (rbuels) 0.009004 2011-02-14 @@ -28,7 +29,7 @@ TBA 0.009002 2010-10-12 - - Added support for more selector syntax support including: + - Added support for more selector syntax support including: element#id element.class element[attr=foo]