Revision history for Dancer2-Plugin-MarkdownFilesToHTML
0.017 2018-11-08 21:06:25-05:00 America/New_York
-
fix critical bug where local options were getting ignored
-
add test to see if prefixes work as advertised
-
fix internal document links
0.016 2018-11-08 20:27:01-05:00 America/New_York
-
Add #Abstract comment
-
Remove NAME section from inline POD
-
Fix up section links in POD
-
remove newer regex so it will work with older versions of perl
-
change "route_root" option to "prefix"
0.015 2018-11-08 11:38:07-05:00 America/New_York
-
remove unneeded test code
-
add and improve code comments
-
documentation rearrangement and improvements
-
major overhaul to code
-
replace two keywords with single keyword
-
made use of Moo attributes for loading configuration defaults
-
streamlined code and code logic
0.014 2018-11-07 11:29:25-05:00 America/New_York
-
make saving cache files cross platform (win32)
0.013 2018-11-07 09:46:59-05:00 America/New_York
-
attempt fixes for systems with failing smoke tests
0.012 2018-11-06 20:34:30-05:00 America/New_York
-
more documentation improvements
-
fix absolute path in test config that was causing smoke tests to fail
0.011 2018-11-06 15:22:38-05:00 America/New_York
-
minor documentation fixes, tweaks and updates
-
removed support for changing dialects
-
fix bug where single line code was not getting insert for content w/o toc
-
add test for addition of "single-line" class to code
0.010 2018-11-06 13:48:03-05:00 America/New_York
-
fixed critical bug with direct calls to mdfile_ and mdfiles_2html
-
moved xt tests to standard test directory
-
added tests
-
remove debug code from author test
0.009 2018-11-06 00:11:55-05:00 America/New_York
-
reintroduce "single-line" class for <code> that is a single line of code
-
minor code improvements
-
make cache hits more reliable and accurate
-
fix critical bug in caching mechanism
-
introduce first real test
0.008 2018-11-05 16:54:02-05:00 America/New_York
-
removed newer regex syntax so module can work with perl > 5.10 now
-
No Moose needed! Switched parser from Markdent to Hoedown
-
updated documentation
0.007 2018-11-05 12:11:31-05:00 America/New_York
-
tidied up the main module code
-
improve documentation for options
-
other documentation improvements, corrections and additions
-
improved name of app in documentation
-
add .build to .gitignore
0.006 2018-11-04 22:18:14-05:00 America/New_York
-
fix sample yaml file in documentation
-
moved function for creating cache directory
-
added prereq for Dancer2
-
added minimum Perl version
-
cache content that does not have accompanying TOC
-
add striken text for content witout TOC
0.005 2018-11-03 20:25:14-04:00 America/New_York
-
remove crufty directory
-
fix typo in documentation
0.004 2018-11-03 19:57:45-04:00 America/New_York
-
Add dist.ini and weaver.ini back to distro
-
modify .gitignore so .ini files aren't ignored
-
Add markdent as prereq to dist.ini file
-
Add documentation for MarkdownParser module
0.003 2018-11-03 17:50:50-04:00 America/New_York
-
Improve documentation
-
Ensure files/directories supplied in config file are valid
-
Ensure cache directory exists for storing cached data
0.002 2018-11-03 17:09:55-04:00 America/New_York
-
Documentation additions
0.001 2018-11-03 16:24:32-04:00 America/New_York
-
Initial release