Skip to content

Commit

Permalink
VERSION 1.110 (test suite cleanup)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Jan 11, 2010
1 parent 220c822 commit d7981ae
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
31 changes: 18 additions & 13 deletions CHANGES
@@ -1,23 +1,28 @@
Release 1.110

* Fix test script `t/11_logger/04_syslog.t'
* Fix test script `t/10_template/05_template_toolkit.t'

Rlease 1.100

* Support for multiple method routes at once with 'any'
* Templates engines
+ Bug fixes in Dancer::Template::Simple (Jury Gorky)
+ Refactoring of the factory
+ option for disabling the layout in the template helper.
* New session engine based on encrypted cookies (Alex Kapranof)
* More HTTP codes supported for a better REST compat (Nate Jones)
* Documentation updates
* script/dancer now requires an appname
* New Makefile.PL with better metadata (CPAN Service)
+ Bug fixes in Dancer::Template::Simple (Jury Gorky)
+ Refactoring of the factory
+ option for disabling the layout in the template helper.
* New session engine based on encrypted cookies (Alex Kapranof)
* More HTTP codes supported for a better REST compat (Nate Jones)
* Documentation updates
* script/dancer now requires an appname
* New Makefile.PL with better metadata (CPAN Service)

Release 1.000

* Support for Syslog logger (Dancer::Logger::Syslog)
* Basic template engine so Template is no more a hard deps.
* Memcache Session support (Dancer::Session::Memcache)
* YAML file-based session support (Dancer::Session::YAML)
* Lots of tests (more than 80% of the code is covered)
* Support for Syslog logger (Dancer::Logger::Syslog)
* Basic template engine so Template is no more a hard deps.
* Memcache Session support (Dancer::Session::Memcache)
* YAML file-based session support (Dancer::Session::YAML)
* Lots of tests (more than 80% of the code is covered)

Release 0.9906

Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer.pm
Expand Up @@ -22,7 +22,7 @@ use Dancer::Handler;
use base 'Exporter';

$AUTHORITY = 'SUKRIA';
$VERSION = '1.100';
$VERSION = '1.110';
@EXPORT = qw(
any
before
Expand Down

0 comments on commit d7981ae

Please sign in to comment.