Skip to content

Latest commit

 

History

History
241 lines (110 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

241 lines (110 loc) · 10.1 KB

CHANGELOG

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