Imported upstream version 0.12
[liburi-template-perl.git] / Changes
1 Revision history for Perl extension URI::Template
2
3 0.12  Sun Feb 10 2008
4     - Attempt to fix deparse() when the template ends in a variable
5
6 0.11  Fri Feb 08 2008
7     - require perl 5.6 minimum
8
9 0.10  Wed Jan 16 2008
10     - fix test suite for JSON 2.x
11
12 0.09  Tue Aug 28 2007
13     - minor doc update
14
15 0.08_02 Tue Jul 31 2007
16     - switch to Module::Install
17     - extract part of the test suite into a generic json-formatted structure
18
19 0.08_01 Sun Jul 29 2007
20     - handle new escaping rules from the latest spec.
21
22 0.07  Thu May 24 2007
23     - allow the user to pass an array ref to process and process_to_string
24       which fills values by position
25     - added all_variables() which returns all arguments by position (including
26       duplicates)
27
28 0.06  Mon Apr 23 2007
29     - added some caching for better deparse() performance [Paul "LeoNerd" Evans]
30
31 0.05  Thu Apr 19 2007
32     - fix test for variables()
33     - added a note that the results from variables() are in
34       random order
35
36 0.04  Mon Jan 22 2007
37     - fix undef values when processing
38
39 0.03  Tue Jan 16 2007
40     - added a simple deparse() method
41
42 0.02  Tue Jan 16 2007
43     - added process_to_string() method
44
45 0.01  Mon Jan 15 2007
46     - original version
47