fixed docs with respect to __path_to()__
[catagits/Catalyst-Plugin-ConfigLoader.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::ConfigLoader.\r
2 \r
3 0.12  Wed Jul 12 2006\r
4     - fixed __path_to()__ docs\r
5 \r
6 0.11  Tue Jul 11 2006\r
7     - remember, kids: 09 > 1\r
8 \r
9 0.1   Tue Jul 11 2006\r
10     - remove hash merging since it is now a core behavior\r
11     - added C/M/V legacy shortcuts\r
12     - fixed debug output some\r
13     - switched to Module::Pluggable::Object\r
14 \r
15 0.09  Wed May 24 2006\r
16     - ignore non-ref model/view/controller/component keys\r
17 \r
18 0.08  Tue May 23 2006\r
19     - added get_config_path() which extracts the path finding code\r
20     - added the ability to specify a MYAPP_CONFIG ENV variable\r
21     - more granular merging of top-level hashrefs\r
22     - more comprehensive tests\r
23 \r
24 0.07  Mon May 01 2006\r
25     - added Config::General support\r
26     - added nicer syntax for specifying models/views/controllers where\r
27       available\r
28 \r
29 0.06  Wed Apr 26 2006\r
30     - remove "last;" so that _local configs will be processed\r
31 \r
32 0.05  Thu Apr 18 2006\r
33     - __HOME__ now corresponds to $c->path_to( '' ) and nothing else\r
34     - __path_to( 'foo/bar' )__ turns in to $c->path_to( 'foo', 'bar' )\r
35     - attemps to load ${config}_local.$ext after ${config}.$ext for\r
36       an overriding effect\r
37 \r
38 0.04  Wed Feb 08 2006\r
39     - add finalize_config method\r
40     - make default finalize_config traverse the config and substitute\r
41       things beginning __HOME__/* with real path\r
42     - don't use File::Slurp, produces annoying warnings on some systems\r
43 \r
44 0.03  Mon Jan 30 2006\r
45     - pod fixes\r
46 \r
47 0.02  Sun Jan 29 2006\r
48     - refactoring (suggested by Christian Hansen)\r
49 \r
50 0.01  Sat Jan 28 2006\r
51     - original version