The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module Mojolicious::Command::generate::routes

0.01 Tue Dec 12 21:58:36 2017
    - original version; created by ExtUtils::ModuleMaker 0.56
    - Written some POD.
    - Created repository on Github.

0.02 Sun Dec 17 00:54:36 2017
    - Implemented run().
    - Added initial templates.
    - Improved documentation.
    - Added tests for file generation from templates.

0.03 Thu Jan 11 22:13:56 CET 2018
    - Added Model templates.
    - Added TODO template containig generated helpers and routes.
    - Added some additional tests and cleaned up the templates.

0.04 Thu Jan 11 22:48:38 CET 2018
    - Fixed inconsistencies in the documentation.

0.05 Sun Jan 14 23:50:40 CET 2018
    - Added Mojo::SQLite to the TEST_REQURES section in Makefile.PL
    - Added pod and manifest tests.
    - Made path to test.db more specific.

0.06 Mon Jan 15 22:49:50 CET 2018
    - Fixed failing tests on Windows.

0.07 Wed Jan 17 12:10:35 CET 2018

    - Templates' folder can be copied and pushed to app->renderer->paths for
      customisation.
    - Strictly require Perl 5.20.1

0.08 Sat Jan 20 09:52:49 CET 2018
    - Using signatures wherever feasible.
    - Fixed failing tests on Windows again.
    - Small change in show.html.ep

0.09 Sun Jan 28 20:25:37 CET 2018
    - Improved Makefile.PL. Automated generation of README and README.md.
    - Attribute 'description' now extracts description form POD.
    - Optimised template arguments construction while generating the set of MVC
      files for a table.
    - Using DBI::column_info for form fields generation and validation.
    - Using Test::Perl::Critic for `env TEST_AUTHOR=1`.
    - Running tests on the generated resources.
    - Mention that Perl 5.20 is required.

0.10 Sun Jan 28 20:42:50 CET 2018
    - Improved Makefile.PL.

0.11 Sun Feb 11 02:03:42 CET 2018
    - Code optimisations and POD improvements
    - Added templates for description of resources in OpenAPI format.
    - Implemented generation of Schema object definitions for each table.