X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=Changes;h=e483fac9a5a8c0162fd705bddf9a6e11f6768421;hb=refs%2Ftags%2Fupstream%2F0.14.01;hp=d6a28266e7473e01d914e886804a23d513b8a865;hpb=4e234fc969ae1ec9d66e909a05fa0387bfafb331;p=liburi-template-perl.git diff --git a/Changes b/Changes index d6a2826..e483fac 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,22 @@ Revision history for Perl extension URI::Template +0.14_01 Tue Sep 09 2008 + - Conform to latest spec (draft 03) (Ricardo SIGNES) + Due to the new spec, the following are no longer applicable: + - deparse() + - all_variables() + - passing an arrayref to the process subs + - as_string() is now just template() (Ricardo SIGNES) + - added expansions() - returns the coderefs used to expand + the template (Ricardo SIGNES) + - add support for default values (where applicable) + +0.13 Tue Feb 12 2008 + - Properly terminate deparse regex (Karen Cravens) + +0.12 Sun Feb 10 2008 + - Attempt to fix deparse() when the template ends in a variable + 0.11 Fri Feb 08 2008 - require perl 5.6 minimum