Changelog for Mojolicious-Plugin-AutoRoutePm

0.23 2021-12-16T09:57:30
 - Routes sorted so longer path come first and existing subfolder have major priority

0.22 2021-11-22T15:15:10
 - Routes sorted so it is applied first to existing .pm modules which aren't default_index and then it is tried to decode routes in term of default_index if possible

0.21 2021-11-11T15:09:20
 - Removed Module::Load dependence
 - Starting from Mojolicious 9.11 we must declare format detection. Currently accepted all.

0.20 2021-11-11T13:51:30
 - Additional pages in a dir other than the default one didn't work. Solved

0.19 2021-08-04T20:41:40
 - Add version number to module

0.18 2021-08-03T13:48:29
 - Solved a bug where route paths that begins with /pl fail

0.17 2021-08-02T16:43:04
 - Update prereq version for Mojolicious

0.16 2021-07-13T15:53:37
 - Update documentation

0.15 2021-07-12T10:44:45
 - Converte README from md to pod

0.14 2021-07-12T10:17:49
 - Removed Changes in root folder
 - Add tests
 - Solved a bug where system template paths are changed.
 - Change link to travis badge

0.13 2019-12-09T12:01:41
 - Update README
 - Add full support for short link when component ends with default_index
 - Add static Changes file
 - Add support for MetaJSON, Readme.md and Travis Badge

0.12 2019-05-14T15:16:28
 - Add support for /url_component_pm/a/b/c that is match by a *query
   parameter.

0.11 2019-05-14T10:40:10
 - Add prereqs and a few docs. Add automatic version number, module test
   and changes file

0.10 2019-05-13T16:33:29
 - First public release