Revision history for Ado
0.13 2013-12-10 01:44:30 CET
- Removed usage of PoweredBy.
- Decreised required Perl version to 5.014002.
- Temporarily disabled pod-coverage tests.
0.12 2013-12-09 00:33:05 CET
- Requiring Mojolicious::Plugin::DSC 0.999,
IO::Socket::SSL 1.957, Mojolicious 4.59.
- Changed plugins description in config file
from HASHREF to ARRAYREF.
- Added Ado::Control::Ado::Users, Ado::Plugin, Ado::Manual::Plugin,
Ado::Manual::RESTAPI
- $config->{routes} is now an ARRAYREF.
-Implemented example (Ado::Control::Ado::Users::list()) of following
"RESTful Service Best Practices" from www.RestApiTutorial.com
0.11 2013-11-30 14:04:39 CET
- Added minimal database schema and data SQL files.
- Added generated by DBIx::Simple::Class::Schema
classses for manipulating tables.
- Fixed typos in documentation here and there.
- Ado::Manual is the default page for PODRenderer
- Added ACTION_install to Ado::Build.
- Switched from prefix to install_base.
0.10 2013-11-23 19:56:09 CET
- We have a working application with several common
predefined routes and controllers.