0.02002 release, added moniker_map and inflect_map args
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
CommitLineData
af6c2665 1Revision history for Perl extension DBIx::Class::Schema::Loader
a78e3fed 2
4350370d 30.02002 Sat Feb 18 19:53:12 UTC 2006
4 - Added moniker_map and inflect_map
5
17725ccb 60.02001 Fri Feb 17 20:25:40 UTC 2006
c2849787 7 - tests fixed up a bit
17725ccb 8 - auto-loading of on-disk class definitions layered on top
9 of the generated definitions (create Foo::Schema::Bar, then
10 also try to ->require it if it exists on disk).
11 - new parameters components and resultset_components, which do
12 the obvious for the generated table classes.
13 - DBIx::Class pre-req bumped to 0.05006, since Schema::Loader
14 is virtually gauranteed to cause subtle mod_perl problems
15 without those fixes.
c2849787 16
89ecd854 170.02000 Sun Feb 12 22:43:47 UTC 2006
18 - Just docs/version update, 0.01004 code released as 0.02000
19
738705c6 200.01004 Tue Feb 7 03:58:01 UTC 2006
21 - No longer tries to parse out the table name from the dsn for mysql,
22 was unneccesary vestigial code from previous method.
23
c5de0b0c 240.01003 Mon Feb 6 14:57:56 UTC 2006
25 - Fixed the has_many side of _make_cond_rel
26
f654c972 270.01002 Fri Feb 3 23:14:38 UTC 2006
28 - Email address typo :(
29
457eb8a6 300.01001 Fri Feb 3 05:15:41 UTC 2006
31 - Fixed up some documentation issues
32 - Load C3 at the right time
33
aec93e93 340.01 Fri Feb 3 01:53:46 UTC 2006
35 - original release
36 - created from DBIx::Class::Loader 0.14