769cc24b58f9e753c7d5db02de3bc5ecdbcdbb41
[catagits/Catalyst-Plugin-ConfigLoader-Environment.git] / Changes
1 Revision history for Catalyst-Plugin-ConfigLoader-Environment
2 0.06    24 February 2010
3         - Removed NEXT
4         - using MRO::Compat
5         - updated 01-live.t to reflect such
6         - Added self to contributors
7 0.05    6 March 2008
8         - Allow top-level ::-params (Model__Foo, not just Model__Foo_bar)
9         - Allow JSON for all values (not just Model__Foo_bar)
10         - Use $c->config() instead of tweaking config directly (get merge_hashes for free)
11
12 0.04    14 January 2008
13         - YAML is causing weird errors; killing it in favor of 
14           making JSON::Any mandatory
15
16 0.03    12 January 2008
17         - Fix some problems the CPAN testers uncovered
18
19 0.02    12 January 2008
20         - Add YAML/JSON support from mugwump
21
22 0.01    9 December 2006
23         - First version, released on an unsuspecting world.