X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=Changes;h=e99df17d55305c82190ce274653dd28093772f8b;hb=e4665087a3034cb254edb6fd3ef407f0d5fba9e9;hp=3dc01f29a12559feca678ef6a3c23b347c8f07de;hpb=6ce2a97438a9ca90e550caeefb1d3cecf259ded4;p=liburi-template-perl.git diff --git a/Changes b/Changes index 3dc01f2..e99df17 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,22 @@ 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