Releases: samwilson/basildon
Releases · samwilson/basildon
6.5.1
- Better readability of elapsed build time. #84.
- Handle empty Yaml frontmatter. #82.
- Update some dependencies and fix a Twig deprecation.
6.5.0
- Add
commons_query()
Twig function.
6.4.0
- Add
get_feeds()
Twig function.
6.3.1
- Fix a bug with shortcodes used within inline Markdown.
6.3.0
- Add
get_json(url)
Twig function for fetching arbitrary JSON data from a URL.
6.2.0
- Update samwilson/commonmark-latex, and so support footnotes in Markdown.
- Add some files and directories to export-ignore.
6.1.0
- Remove
--ttl
option, and set all caching to be permanent (the cache can be cleared by deleting the relevant directory within cache/
).
6.0.0
- Update shortcodes to use pipe-separated syntax. The shortcodes package now uses pipes to separate attributes, allowing for better attribute naming etc.
5.0.0
- Breaking change: Stop forcing image paths to be absolute with respect to the
content/
directory. This was never very clear, and ran counter to normal Markdown usage.
- Fully render shortcode templates, to bring them into line with normal templates.
- Improve CI processes.
4.0.0
- Breaking change: Remove embeds in favour of shortcodes.
- Switch to CommonMark Markdown parsing, because cebe/markdown is not maintained.
- Change default branch from
master
to main
.
- Add PHP 8.2 to CI, along with other CI improvements.