Skip to content

Latest commit

 

History

History
350 lines (164 loc) · 16.3 KB

CHANGELOG.md

File metadata and controls

350 lines (164 loc) · 16.3 KB

CHANGELOG

0.23.0 (2025-03-29)

Features

0.22.0 (2025-03-27)

⚠ BREAKING CHANGES

  • bump min mdex version to 0.4

Features

Bug Fixes

0.21.0 (2025-03-14)

Features

  • dev_server: error page for compile and build errors (#120) (0873535)

Bug Fixes

0.20.1 (2025-01-18)

Bug Fixes

  • include toke.site.pages earlier in the pipeline (1c78914)

0.20.0 (2024-12-05)

Features

  • write pages with .html permalink to corresponding file(#115) (8c5a614)

0.19.0 (2024-11-10)

Features

  • pages, posts: use custom converter in frontmatter (#113) (e39efa4), closes #112

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

0.17.1 (2024-08-16)

Bug Fixes

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

0.17.0 (2024-07-17)

Features

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

Bug Fixes

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

0.16.0 (2024-03-10)

⚠ BREAKING CHANGES

  • uri encode permalink

    This is a breaking change because previously un-encoded characters might be encoded now. Please check your pages and add redirects for any that have changed.

Bug Fixes

0.15.3 (2024-02-26)

Bug Fixes

0.15.2 (2024-01-28)

Bug Fixes

0.15.1 (2024-01-22)

Bug Fixes

0.15.0 (2024-01-08)

Features

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

0.14.3 (2024-01-07)

Performance Improvements

0.14.2 (2024-01-07)

Bug Fixes

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

0.14.1 (2024-01-04)

Bug Fixes

0.14.0 (2023-12-30)

⚠ BREAKING CHANGES

  • improve slug generation (#51)

Bug Fixes

0.13.0 (2023-12-30)

⚠ BREAKING CHANGES

  • use DateTimeParser for date property (#49)

Features

  • use DateTimeParser for date property (#49) (78cb446)

0.12.0 (2023-11-15)

Features

0.11.1 (2023-11-08)

Bug Fixes

  • correctly create page modules (8ea0936)

0.11.0 (2023-11-08)

Features

Bug Fixes

0.10.1 (2023-11-08)

Bug Fixes

  • make frontmatter layout optional (#38) (b5ae96b)

0.10.0 (2023-11-07)

Features

  • fall back to first <h1> as title if no title in frontmatter (#36) (707f4ef)

0.9.0 (2023-11-06)

Features

0.8.0 (2023-10-31)

Features

  • allow nested directories of posts (588a7d4)
  • arbitrary frontmatter keys in permalink (2b38b43)
  • extract web dev utils (#31) (af98ea8)
  • posts: global permalink and layout (#30) (c47e9e5)
  • switch from cowboy to bandit (36cccc9)
  • use MDEx for markdown (dea822e)

Bug Fixes

  • removed dbg from router (d7961c2)

0.7.1 (2023-10-19)

Bug Fixes

  • posts: pull correct config key (0281348)

0.7.0 (2023-10-18)

⚠ BREAKING CHANGES

  • convert all yaml keys to atoms

Features

  • convert all yaml keys to atoms (2bea559)

0.6.0 (2023-10-08)

Features

0.5.0 (2023-10-06)

Features

  • pass values from page through to layouts (996d7de)

0.4.0 (2023-06-26)

Features

0.3.1 (2023-06-26)

Bug Fixes

  • refresh graph after running extensions (fbb2621)

0.3.0 (2023-06-26)

Features

Bug Fixes

  • fix deprecation warnings for Logger.warn/1 (#10) (0b13494)

0.2.0 (2023-06-14)

Features

Bug Fixes

  • include page/layout behaviour in postlude (06ef33e)

0.1.2 (2023-06-14)

Bug Fixes

0.1.1 (2023-06-13)

Bug Fixes

v0.1.0

Initial Release