Release v0.066
More fixes for the Highlight plugin, which includes some new features:
Documents can now properly include files in their directory. So, a blog post can
include "example_code.pl"
to show an example, without needing to copy/paste the code.List pages (the blog index page for example) now combine the scripts and stylesheets of their child pages. This makes sure that highlighting works correctly on the index page.
Special thanks to Kent Fredric (kentfredric on github, KENTNL on cpan) for finding all the bugs in the highlighter!
Full changelog below...
- fix duplicate links showing up in pages (#429)
- add uniq_by util to filter items based on a sub
- add child page scripts and styles to the list page (#429)
- fix bad =back in main module documentation
- add better error message when include not found (#428)
- add parent dir to includes when rendering document (#428)
- add store object to the document as its read (#428)
- refactor store document test
- add include_stores to template for added includes (#428)
- add links to default template helpers (#428)
- fix too much space on the top of highlight blocks (#431)