more granular top-level hash merging
[catagits/Catalyst-Plugin-ConfigLoader.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::ConfigLoader.\r
2 \r
3 0.08  Mon May 15 2006\r
4     - added get_config_path() which extracts the path finding code\r
5     - added the ability to specify a MYAPP_CONFIG ENV variable\r
6     - fixed debug typo\r
7     - more granular merging of top-level hashrefs\r
8 \r
9 0.07  Mon May 01 2006\r
10     - added Config::General support\r
11     - added nicer syntax for specifying models/views/controllers where\r
12       available\r
13 \r
14 0.06  Wed Apr 26 2006\r
15     - remove "last;" so that _local configs will be processed\r
16 \r
17 0.05  Thu Apr 18 2006\r
18     - __HOME__ now corresponds to $c->path_to( '' ) and nothing else\r
19     - __path_to( 'foo/bar' )__ turns in to $c->path_to( 'foo', 'bar' )\r
20     - attemps to load ${config}_local.$ext after ${config}.$ext for\r
21       an overriding effect\r
22 \r
23 0.04  Wed Feb 08 2006\r
24     - add finalize_config method\r
25     - make default finalize_config traverse the config and substitute\r
26       things beginning __HOME__/* with real path\r
27     - don't use File::Slurp, produces annoying warnings on some systems\r
28 \r
29 0.03  Mon Jan 30 2006\r
30     - pod fixes\r
31 \r
32 0.02  Sun Jan 29 2006\r
33     - refactoring (suggested by Christian Hansen)\r
34 \r
35 0.01  Sat Jan 28 2006\r
36     - original version