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