added .gitignore, updated MANIFEST.SKIP
[catagits/Catalyst-Plugin-ConfigLoader-Environment.git] / Changes
CommitLineData
0580e0f8 1Revision history for Catalyst-Plugin-ConfigLoader-Environment
93a9a442 20.07 05 June 2010
3 - removed useless use of grep in void context
4 - using shipit for dist management
5
b20281a3 60.06 25 February 2010
7 - official release
8
90.06_01 24 February 2010
ab3db365 10 - Removed NEXT
11 - using MRO::Compat
12 - updated 01-live.t to reflect such
13 - Added self to contributors
93a9a442 14
0580e0f8 150.05 6 March 2008
16 - Allow top-level ::-params (Model__Foo, not just Model__Foo_bar)
17 - Allow JSON for all values (not just Model__Foo_bar)
18 - Use $c->config() instead of tweaking config directly (get merge_hashes for free)
19
200.04 14 January 2008
21 - YAML is causing weird errors; killing it in favor of
22 making JSON::Any mandatory
23
240.03 12 January 2008
25 - Fix some problems the CPAN testers uncovered
26
270.02 12 January 2008
28 - Add YAML/JSON support from mugwump
29
300.01 9 December 2006
31 - First version, released on an unsuspecting world.