Skip to content

Releases: samwilson/basildon

6.5.1

06 Sep 03:12
d3ffe2e
Compare
Choose a tag to compare
  • Better readability of elapsed build time. #84.
  • Handle empty Yaml frontmatter. #82.
  • Update some dependencies and fix a Twig deprecation.

6.5.0

13 Apr 00:41
4f22c47
Compare
Choose a tag to compare
  • Add commons_query() Twig function.

6.4.0

24 Feb 10:16
16b3acf
Compare
Choose a tag to compare
  • Add get_feeds() Twig function.

6.3.1

26 Jan 12:34
Compare
Choose a tag to compare
  • Fix a bug with shortcodes used within inline Markdown.

6.3.0

23 Oct 09:06
ab7e42c
Compare
Choose a tag to compare
  • Add get_json(url) Twig function for fetching arbitrary JSON data from a URL.

6.2.0

15 Sep 13:33
15d234c
Compare
Choose a tag to compare
  • Update samwilson/commonmark-latex, and so support footnotes in Markdown.
  • Add some files and directories to export-ignore.

6.1.0

26 Aug 08:59
8449679
Compare
Choose a tag to compare
  • 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

27 Jun 09:40
473d8fa
Compare
Choose a tag to compare
  • 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

28 May 01:50
71034e0
Compare
Choose a tag to compare
  • 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

24 Apr 06:56
c63860e
Compare
Choose a tag to compare
  • 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.