Release v0.047
A bunch of bugfixes in this release, including one that could have prevented users from upgrading from previous versions due to a test failure.
Most importantly, pagination in the blog is working again.
Some additions to the Content help guide
about a the new features over the last few releases, and one new feature adding
a data
attribute to Statocles::Document,
which allows for fun things when generating content.
Finally, some of our dependencies have been removed, since their functionality overlapped with other dependencies (or turned out to be very easy to implement ourselves).
Full changelog below
- add blank link to allow for $VERSION
- move to documented Role::Tiny API
- upgrade Import::Base to fix test failures
- add some interesting methods to the Theme guide (#311)
- add content sections to content guide (#311)
- fix links to template objects in Theme guide
- add more documentation about writing content
- remove dependency on List::MoreUtils (#255)
- remove dependency on File::Copy::Recursive (#255)
- fix links to the index app should be the site root (#305)
- fix pagination in the blog (#304)
- add data attribute to documents (#99)