Release commit for 0.31
[p5sagit/Config-Any.git] / Changes
CommitLineData
c80a0905 1Revision history for Config-Any
2
ae826e8e 30.31 - 2017-04-23
a047d247 4 - test cleanups
5 - better diagnostics for test failures
6 - don't run pod tests on user machines
7 - handle unsupported Config::General versions better
8 - refactored module loading
9 - include optional prereqs in suggests
10 - pod cleanups
11
1afb249c 120.30 - 2017-03-28
284d797b 13 - don't use YAML::Syck on perl 5.8.8 or below, where it is broken
14 - ensure tarball does not contain SCHILY headers
15
2c3b51a1 160.29 - 2017-02-27
c8a5bdcc 17 - allow loading relative perl files even under taint mode (RT#120371)
18 - throw errors when attempting to load perl files that do not exist
19
82410e22 200.28 - 2017-02-21
84f75412 21 - support Cpanel::JSON::XS and JSON::MaybeXS for loading JSON
22 - decode UTF-8 config files properly
23 - load perl files directly, never possibly searching @INC
24
3d43e104 250.27 2016-03-31
19f6cb63 26 - depend on Module::Pluggable::Object directly instead of assuming it is
3d43e104 27 bundled with Module::Pluggable (RT #113148)
28
42df3732 290.26 2015-04-29
30 - fix error reporting from code applied in 0.25 (RT #104079)
31
f9f3d682 320.25 2015-04-23
33 - do not clobber $@ (RT #103061)
34
0026ed83 350.24 2013-09-10
36 - remove 4-year-old warning about YAML::XS not being installed
a8ffcd3b 37 - add JSON::PP to list of available JSON parsers (RT #86959)
0026ed83 38
a86df341 390.23 2011-07-13
40 - fix test suite's method of checking availability of plugins
41
fb331ab3 420.22 2011-07-04
19f6cb63 43 - add XML::NamespaceSupport to XML format deps, silence YAML warnings in
fb331ab3 44 tests (caelum)
45
e9573b61 460.21 2011-05-25
ccae701a 47 - fix t/64-extfail.t to pass when t/lib is in @INC
48
d7eb7b5c 490.20 2010-08-06
7adf5673 50 - enable -ForceArray option by default for Config::General (caelum)
51
d7eb7b5c 520.19 2010-02-15
f07b7a17 53 - add JSON::DWIW to the top of the JSON loaders list (caelum)
54 - remove need for caching in Perl loader by using do() instead
55 of require() (caelum)
56
d7eb7b5c 570.18 2009-11-16
bb941906 58 - ensure XML loader's _coerce() method checks specifically for HASH refs
c793253e 59 - add YAML::XS to the top of the YAML loaders list
60
d7eb7b5c 610.17 2009-02-05
5d3ad6eb 62 - ensure require() happens against plugin specified in force_plugins.
d49610ab 63 - add JSON::XS to the top of the JSON loaders list
5d3ad6eb 64
d7eb7b5c 650.16 2008-11-17
0ac17764 66 - fix up branches test which did not handle the errors thrown by
67 changes from the last release (RT #40948)
68 - fix up error message for "any of" (RT #40972)
69
d7eb7b5c 700.15 2008-11-12
dcfb1d1d 71 - when use_ext is true, we will check to see if there are no supported
72 modules for a particular file. instead of the file being skipped, an
73 error will be thrown (RT #38927).
74 - also, when use_ext is true, a fatal error will be thrown if there are
75 no loaders available that understand the file extension.
76 - officially support multiple loaders per extension
77 - add a Config::Any::Base for all loaders to inherit from, plus add
78 a new dependency mechanism: requires_any_of() and requires_all_of().
79 - filter out loaders that don't inherit from Config::Any::Base (RT #40830)
80
d7eb7b5c 810.14 2008-08-06
9d569cf0 82 - skip xml failure tests if XML::LibXML < 1.59 is installed, it seems
83 to parse anything you throw at it (Matt S. Trout)
84
d7eb7b5c 850.13 2008-08-05
5770ffc0 86 - show actual parse error when parse fails (Marcus Ramberg)
87 - ensure Config::Tiny parse errors are trapped
88 - added tests for each format to ensure they throw parse errors
11501cf7 89 - added a caveat regarding XML::Simple's strict mode (Peter Corlett)
aa7bd7c3 90 - added a flatten_to_hash option to return a simple key-value hashref
91 instead of the default "arrayref of hashrefs" (Pedro Figueiredo)
92c29326 92
d7eb7b5c 930.12 2008-04-07
8af0a7cf 94 - ensure Perl loader dies on a failed require() (RT #32995)
95
d7eb7b5c 960.11 2008-01-28
5a2e0210 97 - fix subsection parsing for existing keys in INI files (RT #32726)
98 - use from_json() if JSON version 2.x is available
99 - refactor the test suite slightly
100
d7eb7b5c 1010.10 2007-12-11
af9773e2 102 - promote dev release to stable
103
d7eb7b5c 1040.09_02 2007-11-13
48e4a267 105 - require version 0.70 of YAML::Syck for multi-document loading
106
d7eb7b5c 1070.09_01 2007-11-13
a918b0b8 108 - code and pod cleanups
109 - use_ext is now on by default
83588765 110 - when use_ext is on, if a loader throws an error, we throw an error
a918b0b8 111 - fix case where use_ext is defined and false, but was behaving like
112 use_ext => 1
72628dc7 113 - allow loaders to return multiple documents as an array
83588765 114 - each plugin now has an is_supported() method which helps us figure out
115 if the right modules are available
4efab558 116
d7eb7b5c 1170.08 2007-08-23
a918b0b8 118 - pass config options to each parser
119 - fix for loading the same perl config twice (RT #28812)
83020fbd 120
d7eb7b5c 1210.07 2007-02-26
a918b0b8 122 - promote 0.06_01 to non-dev.
89706e8e 123
d7eb7b5c 1240.06_01 2007-02-25
a918b0b8 125 - fixed bug [rt.cpan.org #25143] make tests fails
126 + t/61_features.t had 1 more test added than was set to skip if the INI
127 parser was not installed. Fixed by s/9/10/ on the skip() line.
f0e3c221 128
d7eb7b5c 1290.06 2007-02-22
a918b0b8 130 - removed reference to Test::Exception, bumped version number
c80a0905 131
d7eb7b5c 1320.05 2007-02-21
a918b0b8 133 - added support for (requested by Evan Kaufman):
134 + 'force_plugins => [ qw(Config::Any::Foo Config::Any::Blah) ]' parameter
77f14cda 135 to load_(files|stems)
a918b0b8 136 + $Config::Any::INI::MAP_SECTION_SPACE_TO_NESTED_KEY - boolean, defaulting
19f6cb63 137 to on, controlling whether to map spaces in INI section headings
a918b0b8 138 to nested hashrefs
4ab3432c 139
d7eb7b5c 1400.04 2006-08-07
a918b0b8 141 - Initial CPAN-worthy release with proper test suite
4ab3432c 142