Revision history for Perl extension DBIx::Thin

0.05 Fri Jan  8 03:44:13 JST 2010
    - New feature: DBIx::Thin->{search,find} methods now accept 'select' alias.
    - New feature: New methods implemented.
        DBIx::Thin::Iterator#as_data_array
        DBI::Thin::Row#as_hash
    - Refactored test code for CPAN tests.
    - Updated POD

0.04 Tue Dec 29 20:37:30 JST 2009
    - thin-generate-schema.pl: now accept --config option.
      You can hide a password from a command line.
    - Updated POD

0.03 Tue Dec 29 11:27:34 JST 2009
    - Fixed test code for DBIx::Thin#search
    - Updated documents

0.02 Tue Dec 29 04:19:18 JST 2009
    - thin-generate-schema.pl: Fixed a help option bug

0.01 Tue Dec 29 02:16:29 JST 2009
    - original version