X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=Changes;h=e483fac9a5a8c0162fd705bddf9a6e11f6768421;hb=bb920d6aa2126f044c16e0901e1ba9d8ea12f7e5;hp=5bc9507ad9a27ea795b47a7abff2a860fbb2db49;hpb=3f3d56e5fb9a55ee113ccf2bc03f3a453f80baa0;p=liburi-template-perl.git diff --git a/Changes b/Changes index 5bc9507..e483fac 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,52 @@ 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 + +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. + +0.07 Thu May 24 2007 + - allow the user to pass an array ref to process and process_to_string + which fills values by position + - added all_variables() which returns all arguments by position (including + duplicates) + +0.06 Mon Apr 23 2007 + - added some caching for better deparse() performance [Paul "LeoNerd" Evans] + +0.05 Thu Apr 19 2007 + - fix test for variables() + - added a note that the results from variables() are in + random order + 0.04 Mon Jan 22 2007 - fix undef values when processing