Revision history for Mojolicious::Plugin::DSC

0.992  2013-02-21 10:49:26 EET
       - Updated advanced.t to not use the deprecated post_form_ok()
       but post_ok() with named parameter "form".
       - Avoided basic tests on SunOS/Solaris. 
       See http://www.cpantesters.org/cpan/report/d083269c-7a9e-11e2-a1fe-9ffbdb32a9a6 

0.991  2012-10-11 01:43:05 EEST
      - Fixed register(). Now using $app->$dbix_helper - not $app->dbix.
      - Fixed POD so Test::Pod::Coverage does not report "config" as naked.
      - Increased DBIx::Simple::Class verion dependency.
      - Hidden from CPAN example classes used for testing.
      - Jumping from 0.60 to be inline with DBIx::Simple::Class.

0.60  2012-08-09 22:48 EEST
      - Jumping from 0.06 to 0.60 to be closer to DBIx::Simple::Class.
      - Multiple dbix helpers. My->dbix can be different from Your->dbix
      if overriden. See DBIx::Simple::Class/dbix
      - Try to guess default namespace for loading classes
      from $config->{database} and $config->{dsn}.
      Supported drivers:mysql, SQLite, Pg.
      - Using Carp instead of Mojo::Exception.
      - Removed default $DRIVER_ATTRIBUTES
      - Improved Makefile.PL.

0.06  2012-08-05 23:49 EEST
      - README is a text file now
      - enhanced documentation

0.05  2012-08-04 14:50 EEST
      - Added tests and example classes.
      - Added missing licence in Makefile.PL.
      - Added _load_classes() to separate logical chuncks of code..
      - Added missing Changelog.

0.04  2012-08-04 10:26 EEST
      - Uploaded first usable version on CPAN.