tests cleaned a little, added autoloading of on-disk class defs, added currently...
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index bfd802e..495271c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,58 +1,30 @@
-Revision history for Perl extension DBIx::Class::Loader
+Revision history for Perl extension DBIx::Class::Schema::Loader
 
-0.14  Sat Jan 21 00:05:11 2006
-        - Bugfix to pgsql tests
-        - Bugfix for pause/cpan module version parsing
+0.02001 Not Yet Released...
+        - 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.
 
-0.13  Thu Jan 19 06:40:11 2006
-        - Test suite infrastructure overhauled
-        - New advanced relationship testing [chisel]
-        - Several relationship fixes
-        - some minor pod cleanup
-        - misc bugfixes
+0.02000 Sun Feb 12 22:43:47 UTC 2006
+        - Just docs/version update, 0.01004 code released as 0.02000
 
-0.12  Fri Jan 13 06:09:04 2006
-        - Changed "comment" to "Comment" for mysql "SHOW TABLE STATUS"
-        - Added relationship tests for pg, mysql, and db2
+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.
 
-0.11  Mon Jan 02 17:25:14 2006
-        - use UNIVERSAL::require for loading the implementation class [Jason Kohles]
-        - docs fixes [Jason Kohles]
-        - fixed http://rt.cpan.org/NoAuth/Bug.html?id=16100 (implicit disconnects) [blblack]
-        - carp rather than croak if a table has no PKs [blblack]
-        - Added test for DB2 [blblack]
+0.01003 Mon Feb  6 14:57:56 UTC 2006
+        - Fixed the has_many side of _make_cond_rel
 
-0.10  Tue Dec 20 06:22:23 2005
-        - Fixed foreign key relationships to columns other than primary keys [blblack]
-        - Fixed mysql test script [blblack]
-        - Some schema support added [castaway]
-        - DB2 support added [castaway]
+0.01002 Fri Feb  3 23:14:38 UTC 2006
+        - Email address typo :(
 
-0.09  Mon Nov 07 18:00:00 2005
-        - Updated mysql loader
+0.01001 Fri Feb  3 05:15:41 UTC 2006
+        - Fixed up some documentation issues
+        - Load C3 at the right time
 
-0.08  Mon Nov 07 18:00:00 2005
-        - Fixed Pg loader
-
-0.07  Mon Nov 07 18:00:00 2005
-        - Fixed mysql loader
-
-0.06  Thu Nov 03 18:00:00 2005
-        - Fixed the _croak bug
-
-0.05  Wed Nov 02 18:00:00 2005
-        - Fixed dump output
-
-0.04  Wed Nov 02 18:00:00 2005
-        - Fixed Pg loader
-
-0.03  Wed Nov 02 18:00:00 2005
-        - new version number :P
-
-0.02  Mon Oct 24 18:00:00 2005
-        - Added $DBIx::Class::Loader::SCHEMA
-        - Fixed Pg loader
-        - Bumped version dependency.
-
-0.01  Mon Sep 19 00:00:00 2005
-        - original version.
+0.01  Fri Feb  3 01:53:46 UTC 2006
+        - original release
+        - created from DBIx::Class::Loader 0.14