X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=db97305c21bb5de78c6084c8b08c5d7ff68d6d32;hb=627cd5666abe8dca4905511ceaa13a76f973185f;hp=998e0753f4460ca886f594567ca1c19eddaa6e57;hpb=c2d3257f34803842cf44d9ccb0d086aaa3b2dd5e;p=catagits%2FHTML-Zoom.git diff --git a/Changes b/Changes index 998e075..db97305 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,20 @@ - - add / to excluded characters in attribute names to correctly parse
+TBA + - 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: + + $z->select('div')->replace_content("Hello World"); + + With: + + $z->replace_content(div => "Hello World"); + + - Lots of changes to FilterBuilder so that functionality matched the docs + 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 transform_attribute method (rbuels) 0.009004 2011-02-14 @@ -12,7 +28,7 @@ 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]