v0.15.6-beta
Pre-release
Pre-release
·
10 commits
to develop
since this release
- [Fix] Post date comparison now performed with current time instead of midnight (#365)
- [Refactoring] Better warnings when posts are skipped due to future or missing date in docs and blog recipes (#365)
- [Feature] Adds support for serving from a virtual directory to the preview server using the
--virtual-dir
option - [Feature] New
ValidateLinks
module with opt-in use for blog and docs recipes (#15) - [Fix] Modifying all assets and links in themes to use link generation for virtual directory support
- [Refactoring] Improvements to
LinkGenerator
to make it more flexible (this class isn't typically used by user code)