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