released 0.03002, exception fix, better warn output
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader.pm
2006-06-06 Brandon Black released 0.03002, exception fix, better warn output 0.03002
2006-06-06 Brandon Black croak if make_schema_at eval fails
2006-06-05 Brandon Black warns about C::M::DBIC::Schema upgrading / regenerating
2006-06-05 Brandon Black Version bumped to 0.03001
2006-05-23 Brandon Black small docs fixes
2006-05-23 Brandon Black Weaken circular references between the loader and the...
2006-05-22 Brandon Black Merging branches/DBIx-Class-Schema-Loader-refactor...
2006-03-21 Brandon Black Class::C3::reinit changes backported from branch for...
2006-03-04 Brandon Black version bump, and added a few new tests to make sure...
2006-02-28 Brandon Black move external file loading, release 0.02005
2006-02-27 Brandon Black 0.02004 release
2006-02-18 Brandon Black connect_info replaces dsn/user/password/options
2006-02-18 Brandon Black 0.02002 release, added moniker_map and inflect_map...
2006-02-17 Brandon Black tests cleaned a little, added autoloading of on-disk...
2006-02-12 Brandon Black docs updates / version bump for 0.02000
2006-02-07 Brandon Black same mysql fix as DBIx::Class::Loader, changes/version...
2006-02-06 Brandon Black 0.01003 - fixed has_many cond rels
2006-02-03 Brandon Black 0.01002 - fix email addr typo, doh
2006-02-03 Brandon Black docs fixups, C3 fixups, 0.01001 release
2006-02-03 Brandon Black docs and reqs update for 0.01000 release
2006-01-31 Brandon Black schema-loader now uses Class::C3, and ::Pg uses that...
2006-01-31 Brandon Black switched to Build.PL, updated deps, updated docs
2006-01-30 Brandon Black Schema::Loader converted to better inheritance model...
2006-01-24 Brandon Black various identifier cleanups, to help prevent clashing...
2006-01-24 Brandon Black get rid of now-useless namespace option
2006-01-21 Brandon Black tests and docs updates
2006-01-21 Brandon Black loader as a schema subclass basically working (needs...
2006-01-21 Brandon Black first functional commit of non-subclassed-style Schema...