Revision history for Params-Registry

0.09_05 Tue Dec  4 13:35:34 PST 2018
        - changed make_uri to explicitly clone URI, because
          $uri->canonical apparently doesn't clone anymore (or did it ever?)

0.09_04 Fri Jul  6 17:25:02 PDT 2018
        - added escaping to Instance::as_string

0.09_03 Fri 16 Feb 01:56:59 PST 2018
        - changed behaviour of `make_uri` to unconditionally unset
          query when empty

0.09_02 Thu 15 Feb 23:15:55 PST 2018
        - found a bug in `set`: should un`set` parameters declared undef
        - found a bug in `make_uri`: should be no question mark if empty

0.09_01 Thu 15 Feb 22:17:57 PST 2018
        added a `template` to Params::Registry::Instance.

0.08    Mon 12 Dec 17:57:50 PST 2017
        Added Instance to `default` argument spec. Made `unwind` work
        for single-valued parameters. Additional fixes for default values.

0.07    Mon 20 Nov 16:42:17 PST 2017
        Fixed bug for empty values with max cardinality of 1.

0.05    Thu Sep 15 11:57:00 PDT 2016
        Added -force to Instance->set; major profiling cleanup.

0.01    Thu Mar  5 22:57:10 PST 2015
        After two and a half years of whingeing, the first release.