Skip to content

Commit

Permalink
Preparing to release 0.90.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigpresh committed Dec 10, 2010
1 parent 851e5a1 commit f47970a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Changes
@@ -1,5 +1,18 @@
Revision history for Dancer-Plugin-Database

0.90 2010-12-10
- New features quick_insert, quick_update, quick_delete. The database
keyword now returns a Dancer::Plugin::Database::Handle object, which
is a subclass of DBI::db so does everything you'd expect a DBI
connection handle to do, but add extra convenience methods.
- Fixed test failures on Windows systems.

(Large version bump due to new features; assuming there are no reports of
issues with this version (there shouldn't be!), I'll release 1.0 soon,
for those who look for a >= 1.0 version number as an indication of being
production-ready.


0.12 2010-12-03
- Documentation mentioned connectivity-check-threshold instead of the
correct connection_check_threshold. Thanks to bessarabov for catching
Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer/Plugin/Database.pm
Expand Up @@ -11,7 +11,7 @@ Dancer::Plugin::Database - easy database connections for Dancer applications
=cut

our $VERSION = '0.12_01';
our $VERSION = '0.90';

my $settings = undef;

Expand Down

0 comments on commit f47970a

Please sign in to comment.