X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=Changes;h=e99df17d55305c82190ce274653dd28093772f8b;hb=8688e0262150152588c107694825881779790bef;hp=c645e22a0405794c3f55e6c4d09b78376f0ca2f1;hpb=90a266f52eaecdd5e15d16fe4fa3b98cb184c67c;p=liburi-template-perl.git diff --git a/Changes b/Changes index c645e22..e99df17 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,38 @@ Revision history for Perl extension URI::Template +0.15 Mon Jan 19 2009 + - Promote dev release to stable + +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 + +0.10 Wed Jan 16 2008 + - fix test suite for JSON 2.x + +0.09 Tue Aug 28 2007 + - minor doc update + +0.08_02 Tue Jul 31 2007 + - switch to Module::Install + - extract part of the test suite into a generic json-formatted structure + 0.08_01 Sun Jul 29 2007 - handle new escaping rules from the latest spec.