added .gitignore, updated MANIFEST.SKIP
[catagits/Catalyst-Plugin-ConfigLoader-Environment.git] / Changes
1 Revision history for Catalyst-Plugin-ConfigLoader-Environment
2 0.07       05 June 2010
3         - removed useless use of grep in void context
4         - using shipit for dist management
5
6 0.06       25 February 2010
7         - official release
8
9 0.06_01    24 February 2010
10         - Removed NEXT
11         - using MRO::Compat
12         - updated 01-live.t to reflect such
13         - Added self to contributors
14
15 0.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
20 0.04    14 January 2008
21         - YAML is causing weird errors; killing it in favor of 
22           making JSON::Any mandatory
23
24 0.03    12 January 2008
25         - Fix some problems the CPAN testers uncovered
26
27 0.02    12 January 2008
28         - Add YAML/JSON support from mugwump
29
30 0.01    9 December 2006
31         - First version, released on an unsuspecting world.