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