Skip to content

Releases: samwilson/basildon

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.

3.2.0

25 Jun 04:33
4ead05c
Compare
Choose a tag to compare
  • Add --skip option for using old database.
  • Avoid double newline at end when writing pages.
  • Improve frontmatter parsing.

3.1.0

03 Jun 00:06
96a44e6
Compare
Choose a tag to compare
  • Add wikidata_query() Twig function with which to fetch Sparql query results from Wikidata.

3.0.0

18 May 03:13
Compare
Choose a tag to compare
  • Add write command to write DB contents back into Markdown files.
  • Rename default command to build (breaking change).

2.5.0

26 Apr 12:44
faeda12
Compare
Choose a tag to compare
  • Add dirname Twig filter.

2.4.0

20 Apr 00:58
714af33
Compare
Choose a tag to compare
  • Add wikipedia() Twig function

2.3.0

04 Apr 08:41
d23f153
Compare
Choose a tag to compare
  • Add Twig i18n extension.
  • Better handling of invalid YAML.
  • Various CI and CD improvements.

2.2.7

22 Nov 07:54
Compare
Choose a tag to compare
  • Netlify config (once more, with feeling).