Add more stuff to .gitignore
[catagits/Catalyst-Plugin-ConfigLoader.git] / Changes
CommitLineData
a7afecf7 1Revision history for Perl extension Catalyst::Plugin::ConfigLoader.
affbca23 2
eb76defe 30.31 Sat Mar 09 2013
f9d284ae 4 - Fix repository location in metadata.
5
b8535960 60.30 Fri Aug 20 2010
7 - Fix for Windows regarding changes from 0.29
8
0e0a7f60 90.29 Fri Aug 20 2010
5bdb6290 10 - Fix issue with 2 character app names that are kept in versioned
11 directories (e.g. app called QX in QX-2.1.5/)
c5094338 12 - bump dep on Config::Any to use the -ForceArray Config::General option
13 (caelum)
14
7a8a9f25 150.28 Wed Jun 30 2010
ddb0ab25 16 - Pod Fixes related to config_substitutions() (Oleg Kostyuk)
17 - Pod fix for the "Using a local configuration file" section of
18 the Manual (RT #48823)
42ec60d2 19 - Expand XML config example in the manual (teejay, Kieren Diment)
dbb54194 20
956a9e0e 210.27 Thu Aug 13 2009
22 - Require Catalyst 5.8 for tests that use ctx_request() (RT #48651)
23
32c7af25 240.26 Mon Aug 10 2009
b66160b0 25 - Fix test to not need "parent" (RT #48547)
64443e1a 26 - Do not localize %ENV, rather, remove potentially conflicting
27 k-v pairs (RT #48557)
b66160b0 28
350f49df 290.25 Fri Aug 07 2009
a98f477e 30 - Fix get_config_local_suffix and get_config_path when finding values
31 from ENV vars (RT #47937)
bf44a132 32
68fd70af 330.24 Mon Jun 29 2009
24e563f5 34 - Add an __ENV(foo)__ macro + tests (Stuart Watt)
6a5c6f19 35 - Document CATALYST_CONFIG_LOCAL_SUFFIX and MYAPP_LOCAL_CONFIG_SUFFIX
36 much better (Louis Erickson)
fd72f4e8 37 - Fix so that having CATALYST_CONFIG_LOCAL_SUFFIX set in $ENV{} doesn't
38 cause the tests to break.
39
f10899f5 400.23 Sat Apr 18 2009
e74ddd14 41 - Update Data::Visitor
42
c098c4a2 430.22 Mon Jan 05 2009
e0d47620 44 - add a cookbook entry re: UTF-8 and Config::General (Octavian Rasnita)
123852c9 45 - switch from NEXT to MRO::Compat
e0d47620 46
435e1f6b 470.21 Mon Aug 11 2008
ea561203 48 - add a cookbook entry for converting an existing config to
49 Config::General format
48b5d20d 50 - fix up pod to explain in more detail how to pass options to each
51 driver class (Sergio Salvi)
25cd1420 52 - add nice syntax for plugins to match models/views/controllers (ilmari)
48b5d20d 53
b382957e 540.20 Fri May 02 2008
90c108e6 55 - sort configs by filename for loading (RT #31498)
f26205e8 56 - updated pod with new example
1da5b36d 57 - die() instead of silently skip files with extensions we can't handle
90c108e6 58
f26205e8 59 [THINGS THAT MAY BREAK YOUR CODE]
60 - deprecation notices removed, support for old keys removed.
61
4f63af80 620.19 Wed Nov 21 2007
63 - fixed suffix appending to explicit config paths
64
77d8f18e 65 [NOTE]
66 - Deprecation notices scream a little louder and sleep for 3 seconds
67 as this should be the last release for them
68
92e263ac 690.18 Sat Oct 13 2007
70 - fix indentation on manual entry for DBIC::Schema config (Jeremy Wall)
bcab0e23 71 RT #29967
92e263ac 72
73 [NOTE]
74 - Deprecation notices will remain intact
75
12ef2a30 760.17 Fri Aug 24 2007
77 - Requires Catalyst::Runtime 5.7008 for env_value()
78
79 [NOTE]
80 - Deprecation notices will hold for another release
81
88ce7e88 820.16 Thu Aug 23 2007
23cd5218 83 - separated out the macro expansion code into config_substitutions()
84 (Jason Kohles)
0e6d1429 85 - allow users to specify their own macros in the "substitutions"
86 config (Johnathan Rockway)
3231a8d0 87 - pass special constructor arguments to Config::Any. Requires Config::Any
88 0.08 (Gareth Kirwan)
23cd5218 89
af391898 90 [DEPRECATION NOTICE]
91 - the "file" and "config_local_suffix" config keys are now to be explicitly
92 set under the Plugin::ConfigLoader key. Support for these keys will be
93 removed in the next release.
94
7f0397f8 95 [THINGS THAT MAY BREAK YOUR CODE]
96 - use Catalyst::Utils::env_value() to get $ENV values. This means that
97 MYAPP_* is of higher precedence than CATALYST_* -- this differs from
98 the behavior of older releases.
99
3af1b75e 1000.15 Tue Aug 21 2007
101 - Allow multiple __HOME__ and __path_to()__ replaces in one string
102 (Greg Sheard)
103
a7afecf7 1040.14 Tue Apr 03 2007
105 - switch to Module::Install
affbca23 106 - added a user manual
a7afecf7 107
1080.13 Fri Aug 25 2006
109 - loading code factored out into Config::Any [rataxis@cpan.org]
110 sponsored by Portugal Telecom
111
1120.12 Wed Jul 12 2006
113 - made the "local" suffix overrideable
114 - fixed __path_to()__ docs
115
1160.11 Tue Jul 11 2006
117 - remember, kids: 09 > 1
118
1190.1 Tue Jul 11 2006
120 - remove hash merging since it is now a core behavior
121 - added C/M/V legacy shortcuts
122 - fixed debug output some
123 - switched to Module::Pluggable::Object
124
1250.09 Wed May 24 2006
126 - ignore non-ref model/view/controller/component keys
127
1280.08 Tue May 23 2006
129 - added get_config_path() which extracts the path finding code
130 - added the ability to specify a MYAPP_CONFIG ENV variable
131 - more granular merging of top-level hashrefs
132 - more comprehensive tests
133
1340.07 Mon May 01 2006
135 - added Config::General support
136 - added nicer syntax for specifying models/views/controllers where
137 available
138
1390.06 Wed Apr 26 2006
140 - remove "last;" so that _local configs will be processed
141
1420.05 Thu Apr 18 2006
143 - __HOME__ now corresponds to $c->path_to( '' ) and nothing else
144 - __path_to( 'foo/bar' )__ turns in to $c->path_to( 'foo', 'bar' )
145 - attemps to load ${config}_local.$ext after ${config}.$ext for
146 an overriding effect
147
1480.04 Wed Feb 08 2006
149 - add finalize_config method
150 - make default finalize_config traverse the config and substitute
151 things beginning __HOME__/* with real path
152 - don't use File::Slurp, produces annoying warnings on some systems
153
1540.03 Mon Jan 30 2006
155 - pod fixes
156
1570.02 Sun Jan 29 2006
158 - refactoring (suggested by Christian Hansen)
159
1600.01 Sat Jan 28 2006
161 - original version