Imported upstream version 0.08.01
[liburi-template-perl.git] / Changes
1 Revision history for Perl extension URI::Template
2
3 0.08_01 Sun Jul 29 2007
4     - handle new escaping rules from the latest spec.
5
6 0.07  Thu May 24 2007
7     - allow the user to pass an array ref to process and process_to_string
8       which fills values by position
9     - added all_variables() which returns all arguments by position (including
10       duplicates)
11
12 0.06  Mon Apr 23 2007
13     - added some caching for better deparse() performance [Paul "LeoNerd" Evans]
14
15 0.05  Thu Apr 19 2007
16     - fix test for variables()
17     - added a note that the results from variables() are in
18       random order
19
20 0.04  Mon Jan 22 2007
21     - fix undef values when processing
22
23 0.03  Tue Jan 16 2007
24     - added a simple deparse() method
25
26 0.02  Tue Jan 16 2007
27     - added process_to_string() method
28
29 0.01  Mon Jan 15 2007
30     - original version
31