Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Dokkoo 0.3.2

Compare
Choose a tag to compare
@emmyoh emmyoh released this 08 Sep 16:11
· 119 commits to master since this release

Dokkoo 0.3.2

2022-09-08

Logo

Dokkoo is a Mokk (Macro Output Key Kit) implementation written in Rust.

Notes:

  • Release finalized at 55e6b2a.
  • Updated dependencies (security patches).
  • Fix long-standing bug with layout rendering.
    • Pages with layouts that themselves have super-layouts will now correctly render with a combined context, derived from flattening the entire tower of pages (ie, a page will have all of the layouts above it rendered with all the relevant contexts).
  • Resolve issue where serving would often hang.
  • Add support for snippets in subdirectories.
    • Bug fix: Merely having a folder in a Mokk's snippets folder will no longer result in a fatal rendering error.