initial commit
[catagits/Catalyst-Plugin-ConfigLoader-Environment.git] / Changes
CommitLineData
0580e0f8 1Revision history for Catalyst-Plugin-ConfigLoader-Environment
2
30.05 6 March 2008
4 - Allow top-level ::-params (Model__Foo, not just Model__Foo_bar)
5 - Allow JSON for all values (not just Model__Foo_bar)
6 - Use $c->config() instead of tweaking config directly (get merge_hashes for free)
7
80.04 14 January 2008
9 - YAML is causing weird errors; killing it in favor of
10 making JSON::Any mandatory
11
120.03 12 January 2008
13 - Fix some problems the CPAN testers uncovered
14
150.02 12 January 2008
16 - Add YAML/JSON support from mugwump
17
180.01 9 December 2006
19 - First version, released on an unsuspecting world.