initial commit
[catagits/Catalyst-Plugin-ConfigLoader-Environment.git] / Changes
1 Revision history for Catalyst-Plugin-ConfigLoader-Environment
2
3 0.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
8 0.04    14 January 2008
9         - YAML is causing weird errors; killing it in favor of 
10           making JSON::Any mandatory
11
12 0.03    12 January 2008
13         - Fix some problems the CPAN testers uncovered
14
15 0.02    12 January 2008
16         - Add YAML/JSON support from mugwump
17
18 0.01    9 December 2006
19         - First version, released on an unsuspecting world.