summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authordakkar <dakkar@sardina.(none)>2009-06-27 13:41:41 +0200
committerdakkar <dakkar@sardina.(none)>2009-06-27 13:41:41 +0200
commit742a86af2a7e15cebbed6e2ca4f56b87170b9f7d (patch)
tree454d8417975ce972a66308a1e0c93fb11dc8d4a5 /Changes
downloadClass-XPath-742a86af2a7e15cebbed6e2ca4f56b87170b9f7d.tar.gz
Class-XPath-742a86af2a7e15cebbed6e2ca4f56b87170b9f7d.tar.bz2
Class-XPath-742a86af2a7e15cebbed6e2ca4f56b87170b9f7d.zip
version 1.4, from CPANHEADmaster
Diffstat (limited to 'Changes')
-rw-r--r--Changes22
1 files changed, 22 insertions, 0 deletions
diff --git a/Changes b/Changes
new file mode 100644
index 0000000..63c3552
--- /dev/null
+++ b/Changes
@@ -0,0 +1,22 @@
+Revision history for Perl extension Class::XPath.
+
+1.4 Sun Feb 29 17:58:02 EST 2004
+ - Added ':' as an allowed character in names for nodes and
+ attributes. (Timothy Appnel)
+
+1.3 Thu Nov 13 12:00:00 2003
+ - Added support for matching child content. (ex. /Books[title="Foo"])
+ (Mark Addison)
+
+1.2 Tue Aug 19 12:00:00 2003
+ - Added attribute selectors (/page/@title) (Tim Peoples)
+ - Added self matcher (./page) (Tim Peoples)
+
+1.1 Mon May 05 12:00:00 2003
+ - Added attibute matchers (page[@number>1], page[@header="Title Page"])
+ - Added parent target (../child[1])
+ - Fixed a bug in the way named methods were handled
+
+1.0 Sat Mar 29 12:00:00 2003
+ - First release.
+