dwim selects and bugfixes, new transform_attribute method and handled trailing '...
[catagits/HTML-Zoom.git] / Changes
diff --git a/Changes b/Changes
index 39d4d4f..ef24931 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,19 @@
-  - add transform_attribute method (rbuels)
+TBA
+  - 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 <br/> 
+  - add transform_attribute method (rbuels)
 
 0.009004 2011-02-14