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