X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=189713977458e7eeb3960db22551cdbe651c13d1;hb=92dd58623d200ad6d5a1e1c63a1272183b791580;hp=d866f40529582c6ebc07eb70b5ec5d66c6a35e3b;hpb=738705c6bb0694340d843228ed463031e266b758;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Changes b/Changes index d866f40..1897139 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,26 @@ Revision history for Perl extension DBIx::Class::Schema::Loader +0.02003 Sun Feb 19 20:42:01 UTC 2006 + - Deprecated arguments: dsn, user, password, options + - New argument: connect_info + +0.02002 Sat Feb 18 19:53:12 UTC 2006 + - Added moniker_map and inflect_map + +0.02001 Fri Feb 17 20:25:40 UTC 2006 + - tests fixed up a bit + - auto-loading of on-disk class definitions layered on top + of the generated definitions (create Foo::Schema::Bar, then + also try to ->require it if it exists on disk). + - new parameters components and resultset_components, which do + the obvious for the generated table classes. + - DBIx::Class pre-req bumped to 0.05006, since Schema::Loader + is virtually gauranteed to cause subtle mod_perl problems + without those fixes. + +0.02000 Sun Feb 12 22:43:47 UTC 2006 + - Just docs/version update, 0.01004 code released as 0.02000 + 0.01004 Tue Feb 7 03:58:01 UTC 2006 - No longer tries to parse out the table name from the dsn for mysql, was unneccesary vestigial code from previous method.