X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=Changes;h=3e3cf902decea2ab15ce81070ed95febdd3bfff4;hp=8c5b03e553e1076d619d4f53439e0b05d8fd945d;hb=1d94fcb2781945132b9a29e93744b6c168e647aa;hpb=81c7f1b85cb98976fe96ad4f8a11037b2cb3de35 diff --git a/Changes b/Changes index 8c5b03e..3e3cf90 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,15 @@ Revision history for Perl extension URI::Template +0.19 2015-01-05 + - Allow empty template as per spec (RT 101109) + - template() now accepts a new string as an argument (Artem Krivopolenov) + +0.18 2013-12-05 + - Fix empty hash/array special casing to not return anything + +0.17 2013-03-11 + - Special case return from empty hash and array values in query strings + 0.16 2012-05-30 - Conform to latest spec RFC 6570 (RT 66651) - Re-use test suite from official github repo