X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=a567196c243e433bc167a5ebd4b9aa2b7c4c5e5d;hp=b61b0575dcae48d05e479aa749f5a0a85b95c7dd;hb=766100bdb8cc2f48b73464a9364a1dab276d186e;hpb=92c29326caaebb0ded4acf22cf92f4d6fb707eba diff --git a/Changes b/Changes index b61b057..a567196 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,48 @@ Revision history for Config-Any - - Show actual parse error when parse fails (Marcus Ramberg). +0.20 TO BE RELEASED + - enable -ForceArray option by default for Config::General (caelum) + +0.19 Mon 15 Feb 2010 + - add JSON::DWIW to the top of the JSON loaders list (caelum) + - remove need for caching in Perl loader by using do() instead + of require() (caelum) + +0.18 Mon 16 Nov 2009 + - ensure XML loader's _coerce() method checks specifically for HASH refs + - add YAML::XS to the top of the YAML loaders list + +0.17 Thu 05 Feb 2009 + - ensure require() happens against plugin specified in force_plugins. + - add JSON::XS to the top of the JSON loaders list + +0.16 Mon 17 Nov 2008 + - fix up branches test which did not handle the errors thrown by + changes from the last release (RT #40948) + - fix up error message for "any of" (RT #40972) + +0.15 Wed 12 Nov 2008 + - when use_ext is true, we will check to see if there are no supported + modules for a particular file. instead of the file being skipped, an + error will be thrown (RT #38927). + - also, when use_ext is true, a fatal error will be thrown if there are + no loaders available that understand the file extension. + - officially support multiple loaders per extension + - add a Config::Any::Base for all loaders to inherit from, plus add + a new dependency mechanism: requires_any_of() and requires_all_of(). + - filter out loaders that don't inherit from Config::Any::Base (RT #40830) + +0.14 Wed 06 Aug 2008 + - skip xml failure tests if XML::LibXML < 1.59 is installed, it seems + to parse anything you throw at it (Matt S. Trout) + +0.13 Tue 05 Aug 2008 + - show actual parse error when parse fails (Marcus Ramberg) + - ensure Config::Tiny parse errors are trapped + - added tests for each format to ensure they throw parse errors + - added a caveat regarding XML::Simple's strict mode (Peter Corlett) + - added a flatten_to_hash option to return a simple key-value hashref + instead of the default "arrayref of hashrefs" (Pedro Figueiredo) 0.12 Mon 07 Apr 2008 - ensure Perl loader dies on a failed require() (RT #32995) @@ -44,7 +86,7 @@ Revision history for Config-Any 0.05 Wed Feb 21 22:00:00 2007 - added support for (requested by Evan Kaufman): + 'force_plugins => [ qw(Config::Any::Foo Config::Any::Blah) ]' parameter - to load_(files|stems) + to load_(files|stems) + $Config::Any::INI::MAP_SECTION_SPACE_TO_NESTED_KEY - boolean, defaulting to on, controlling whether to map spaces in INI section headings to nested hashrefs