X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=Changes;h=41e12efe6226a9ebfde6cc95c1b0318adc66659b;hb=refs%2Ftags%2Fupstream%2F0.07;hp=5bc9507ad9a27ea795b47a7abff2a860fbb2db49;hpb=3f3d56e5fb9a55ee113ccf2bc03f3a453f80baa0;p=liburi-template-perl.git diff --git a/Changes b/Changes index 5bc9507..41e12ef 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,19 @@ Revision history for Perl extension URI::Template +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