Revision history for Ado
0.18 2013-12-22 17:34:32 CET
- Removed release_status=>'unstable' from Build.PL.
This does not mean much.
- Started developing an external plugin - Ado::Plugin::Mess.
- First attempt for a logo.
0.17 2013-12-21 00:11:06 CET
- Refactored list() in Ado::Control::Ado::Users
and implemented list_for_json in Ado::Control.
- Added test users test1 and test2.
- Added dummy missing actions to Ado::Control::Ado::Users.
- Added $c->require_formats(['json', 'xml', 'etc']) to Ado::Control.
- Enhanced _set_env in Ado::Build.
- Lower required Perl version to 5.014000.
- Enhanced POD.
- Requiering EV and IO::Socket::IP as recommended
in Mojo::IOLoop for better scalabality and non-blocking apps.
- Added tests for POD spelling.
- Spellchecked and corrected all the POD.
0.16 2013-12-19 00:03:47 CET
- Implemented Ado::BuildPlugin (untested).
- Enhanced Ado::Build documentation and
added $ENV{HOME} directory detection.
- Moved code from Build.PL to Ado::Build::create_build_script().
- Requiring Mojolicious 4.60
0.15 2013-12-15 17:44:48 CET
- Now we requre and set ADO_HOME upon install so plugins can
easily find their installation paths
- Put bin/ado environment initialization into _set_env().
Added informative message about ADO_HOME.
- Set lib and arch install paths to "lib".
- Enhanced documentation.
- Implemented custom automatic README
generation from Ado::Nabual.
- Improved Build.PL
0.14 2013-12-14 14:11:45 CET
- Setting explicitly MOJO_MODE in bin/ado
- Better detection for MOJO_HOME and MOJO_CONFIG
- Enhanced the Build process,
added ACTION_build, ACTION_dist process_log_files
and _empty_log_files to Ado::Build.
- Enhanced Ado::Plugin::Routes, added tests.
- Implemented Ado::Plugin::Routes.
- Again changed the routes structure in config.
Every route description is simply a HASHREF.
- Enhanced documentation.
- Reenabled pod-coverage tests.
0.13 2013-12-10 01:44:30 CET
- Removed usage of PoweredBy.
- Lower 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.