Changelog for Mojo-Leds 1.18 2024-11-04T15:12:00 - New upload because module seems to be deleted from CPAN. No changes from 1.17. 1.17 2024-11-04T12:40:00 - Minor bugs in build 1.16 2024-11-04T11:20:00 - Add support for custom format response in Mojo::Leds::Page::route 1.15 2022-06-08T08:55:00 - Bug in route. In previous versions, every page calls produced a call to render_json also if page was not in json. 1.14 2022-06-07T13:26:00 - Optimized render_pm call - Set 5.16 as minimum perl version 1.13 2022-06-01T09:15:00 - *** BREAK COMPATIBILITY *** In previous versions we saved $c->req->params->to_hash in a "query" key in session. This is not good (think about user/pass credentials) so we removed this. - Changed a test in t/70-common_routes.t to solve some failed tests under windows. 1.12 2021-11-17T12:25:00 - Optimized route algoritm. Removed .text extension response - Required AutoRoutePM >= 0.21 1.11 2021-09-24T15:55:00 - It's now possibile to not have a config file 1.10 2021-09-20T13:49:00 - Add prereq to request Mojolicious::Plugin::AutoRoutePm >= 0.14 1.09 2021-09-20T10:32:00 - Solved a bug in leds_app command where public folder isn't in right location 1.08 2021-09-06T14:33:00 - Moved from travis CI to GitHub workflow. 1.07 2021-08-09T22:33:53 - Add comments to some plugins previously loaded in default app but not installed by default in the installation of Mojo::Leds - Docker now create a default app using leds_app command 1.06 2021-08-05T17:12:30 - Add command leds_app to generate application directory structures for fully functional Mojo::Leds applications 1.05 2021-08-05T15:14:12 - Add documentation - Solved a bug in DBIx - Moved duplicated code from Rest/*.pm to Rest.pm 1.04 2021-08-04T13:49:22 - Reduced number of prereqs - Solved a bug where keys is used with a scalar 1.03 2021-08-03T17:07:50 - Add test for server errors - Add customized server errors (404, 500) pages - Removed recursive load of config file - DBIx fully implemented - Add Rest module for Class::DBIx interface - Removed two required plugins that was required only for tests and can be optionally installed to use Mojo::Leds with MongoDB or other DB (M::P::Restify::OtherActions and M::P::Mongodbv2) 1.02 2021-07-28T12:20:57 - Better identification of static files managed by controller (e.g. .js, .css local to the controller) - Add minimum version for perl owing to s///r usage in Page.pm 1.01 2021-07-27T15:56:12 - Log to file in configuration. If no log path configuration, no log to file - Solved a bug that incorrect route file with extension .css/.js/.txt 1.00 2021-07-27T14:00:49 - Update number version to major release 0.03 2021-07-27T13:53:58 - Removed a bug for Mojolicious > 9.00 - Remove given/when constructs - Trying to resolve when/given experimental warnings 0.02 2021-07-27T11:13:12 - Applied perltidy to perl scripts - Now the configuration element 'plugins' is compatible with Mojolicious 9.0. Add support for this parameter in previous versions 0.01 2021-07-26T16:00:28 - First Import - Initial commit