Revision history for Mojolicious-Plugin-Directory-Stylish 1.006 2017-04-27 00:34:36+02:00 Europe/Stockholm - We need to depend on at least Mojolicious 7.15. 1.005 2017-04-26 10:12:43+02:00 Europe/Stockholm - Mojolicious 7.31 removed Mojo::Home->rel_dir. 1.004 2016-07-19 11:42:08+02:00 Europe/Stockholm - Mojolicious 7.00 and higher no longer trim whitespace the same way. 1.003 2015-06-18 20:06:44+02:00 Europe/Stockholm - Fix test failure on Mojolicious 6.09 and higher. 1.002 - Mojolicious::Controller's ->reply->asset needs version 5.41 1.001 2015-01-16 18:52:43+01:00 Europe/Stockholm - Add Su-Shee as contributor - Fix auto_index parameter - Fix up documentation 1.000 2015-01-15 19:49:49+01:00 Europe/Stockholm - Making a proper releasable version - CSS and HTML remade so the module's new name is no longer a lie =) 0.001001 2015-01-15 17:28:52+01:00 Europe/Stockholm - Don't load files completely into memory before serving - Documentation fixes: * README.md brought up to speed * Add missing sections to POD - css and contributors * Rewrite some POD to clarify and fix language issues 0.001 2015-01-15 11:41:34+01:00 Europe/Stockholm - renamed module to Mojolicious::Plugin::Directory::Stylish - removed 'dir_page' option - added options 'dir_template', 'enable_json', and 'css' - fixed to stop using given/when syntax Revision history for Mojolicious-Plugin-Directory 0.08 2013-06-09 16:34:06 JST - added auto_index configuration. thanks ChinaXing@github - added json configuration. 0.07 2013-05-17 11:50:14 JST - changed to Mojolicious::Controller#render from Mojolicious::Controller#render_data - millaize 0.06 - added dir_index configuration 0.05 - modified the order of handler execution 0.04 - fixed to get request path with Mojo::URL->path - changed to "$cur_path" from "$cur_url" in dir_page tempalte 0.03 - fixed to pass the test on Windows 0.02 - added dir_page configuration - added handler configuration 0.01 - original version