Changelog for Mojo-Leds
1.06 2021-08-05T17:12:58
- Add command leds_app to generate application directory structures for
fully functional Mojo::Leds applications
- [Minor]: Pod syntax error
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
- [Minor] Removed Test::Needs for imcompatibility with Dist::Zilla. Manual
check of modules in tests
- [Minor] Travis perl version changed
- [Minor] Reduced loaded modules
- Reduced number of prereqs
- [Minor] Renamed tests
- [Minor] cosmetic changes to the error pages
- Solved a bug where keys is used with a scalar
1.03 2021-08-03T17:07:50
- Add test for server errors
- [Minor] Add background images to customized server error code
- Add customized server errors (404, 500) pages
- [Minor] Removed comments
- [Minor] Changes
- Removed recursive load of config file
- DBIx fully implemented
- Riorganizzazione librerie REST e attuale implementazione parziale della
libreria M::L::Rest::DBIx
- 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)
- [Minor] Add Dockerfile
- [Minor] Add $...::VERSION to modules
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
- [Minor] cosmetic changes
- 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
- [Minor] Update GitHub badge
- 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
- [MINOR] Add Readme
0.01 2021-07-26T16:00:28
- First Import
- Initial commit