Release v0.048
Here starts the road to v1.0! Some breaking changes in this release:
Statocles::Page::Feed is now removed. The functionality has been added to all pages, and all the feed templates have been updated accordingly. This means you must update your themes to grab the new feed templates.
To fix a long-standing bug with blog content not showing up correctly on the list pages (index, tag lists), the Statocles::Page::ListItem class was added. This class proxies another page and rewrites its content to survive intact inside a list page.
Some minor things:
External perldoc links are now explicitly labelled as such with a FontAwesome icon.
Some doc updates to start documenting the App API.
Full changelog below...
- fix vim swap files being parsed as markdown
- add ListItem page to wrap pages in a list page (#298)
- add basename and dirname to Page objects
- fix templated content not rendered in blog list (#320)
- remove Statocles::Page::Feed (#329)
- allow Path::Tiny objects in link href attrs
- fix double / when building App urls
- make it easier to deal with one page link
- add type to base Page role (#329)
- add more basic docs to the app role
- link to built-in app docs in app role documentation (#323)
- remove unused import (#328)
- add fontawesome and icons for rel=external links (#136)
- fix schema-less URLs being rewritten by build
- add rel="external" to external perldoc links (#136)