Skip to content

Releases: elixir-tools/tableau

v0.18.0

13 Oct 16:04
8b73de1
Compare
Choose a tag to compare

0.18.0 (2024-10-11)

⚠ BREAKING CHANGES

  • :pre_write extensions now are run after rendering the graph, but before writing to disk. Previously, the body content of each page would not have been converted yet, but now it will. This should enable anyone to modify the HTML after other extensions converter it.
  • pass assigns to post/page extension rendering (#102)

Features

  • add optional config/1 callback to extensions (#104) (d1a5480)
  • allow extensions to manually insert pages into the graph (#96) (19f4ce5)
  • allow other markup formats (#100) (0d9959f)
  • pass assigns to post/page extension rendering (#102) (896bf7f)
  • run pre-write extensions after render but before write (#111) (b09ce49)

Bug Fixes

  • actually respect the "enabled" key in use Tableau.Extension (b09ce49)
  • allow atom layout module names (#108) (c128593)
  • bump MDEx and fix breaking change (19f4ce5)
  • ensure extensions are loading (9585d16)
  • handle token format correctly in MDExConverter (#105) (9585d16)
  • handle token format correctly in RSSExtension (9585d16)
  • posts,regression: sort posts (0677ce6)

Performance Improvements

v0.17.1

16 Aug 16:54
b6ed306
Compare
Choose a tag to compare

0.17.1 (2024-08-16)

Bug Fixes

  • properly encode title in rss feed (#85) (9382afa)

v0.17.0

17 Jul 21:19
c749747
Compare
Choose a tag to compare

0.17.0 (2024-07-17)

Features

  • extensions: pre-write extensions (#83) (12d1c7f)

Bug Fixes

  • extensions: don't require a config module (12d1c7f)

v0.16.0

10 Mar 19:09
a5cdb8c
Compare
Choose a tag to compare

0.16.0 (2024-03-10)

⚠ BREAKING CHANGES

  • uri encode permalink

Bug Fixes

v0.15.3

26 Feb 21:03
450e7a3
Compare
Choose a tag to compare

0.15.3 (2024-02-26)

Bug Fixes

v0.15.2

28 Jan 21:42
a396fbd
Compare
Choose a tag to compare

0.15.2 (2024-01-28)

Bug Fixes

v0.15.1

22 Jan 01:50
71ef05e
Compare
Choose a tag to compare

0.15.1 (2024-01-22)

Bug Fixes

v0.15.0

08 Jan 14:16
1172333
Compare
Choose a tag to compare

0.15.0 (2024-01-08)

Features

  • configurable development server root (#59) (641cb20)

v0.14.3

07 Jan 18:22
43e4fbc
Compare
Choose a tag to compare

0.14.3 (2024-01-07)

Performance Improvements

v0.14.2

07 Jan 16:46
df1658f
Compare
Choose a tag to compare

0.14.2 (2024-01-07)

Bug Fixes

  • start telemetry app to handle warning logs (#62) (97e1fba), closes #61