Imported Upstream version 0.15
[liburi-template-perl.git] / Changes
1 Revision history for Perl extension URI::Template
2
3 0.15  Mon Jan 19 2009
4     - Promote dev release to stable
5
6 0.14_01 Tue Sep 09 2008
7     - Conform to latest spec (draft 03) (Ricardo SIGNES)
8       Due to the new spec, the following are no longer applicable:
9       - deparse()
10       - all_variables()
11       - passing an arrayref to the process subs
12     - as_string() is now just template() (Ricardo SIGNES)
13     - added expansions() - returns the coderefs used to expand
14       the template (Ricardo SIGNES)
15     - add support for default values (where applicable)
16
17 0.13  Tue Feb 12 2008
18     - Properly terminate deparse regex (Karen Cravens)
19
20 0.12  Sun Feb 10 2008
21     - Attempt to fix deparse() when the template ends in a variable
22
23 0.11  Fri Feb 08 2008
24     - require perl 5.6 minimum
25
26 0.10  Wed Jan 16 2008
27     - fix test suite for JSON 2.x
28
29 0.09  Tue Aug 28 2007
30     - minor doc update
31
32 0.08_02 Tue Jul 31 2007
33     - switch to Module::Install
34     - extract part of the test suite into a generic json-formatted structure
35
36 0.08_01 Sun Jul 29 2007
37     - handle new escaping rules from the latest spec.
38
39 0.07  Thu May 24 2007
40     - allow the user to pass an array ref to process and process_to_string
41       which fills values by position
42     - added all_variables() which returns all arguments by position (including
43       duplicates)
44
45 0.06  Mon Apr 23 2007
46     - added some caching for better deparse() performance [Paul "LeoNerd" Evans]
47
48 0.05  Thu Apr 19 2007
49     - fix test for variables()
50     - added a note that the results from variables() are in
51       random order
52
53 0.04  Mon Jan 22 2007
54     - fix undef values when processing
55
56 0.03  Tue Jan 16 2007
57     - added a simple deparse() method
58
59 0.02  Tue Jan 16 2007
60     - added process_to_string() method
61
62 0.01  Mon Jan 15 2007
63     - original version
64