Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 782 Bytes

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 782 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.7.0] - 2024-10-30

Refactored

  • Use Jekyll::Cache instead of poro cache.
  • Remove dev_mode, instead use explicit options.

[0.6.0] - 2024-10-30

Added

  • Livereload config to disable cache-busting hash on filenames.
  • automatic_inline_threshold to control when to inline css.
  • automatic_styles to automatically switch between links and inline css.

Fixed

  • Allow incremental builds to write updates.

[0.5.1] - 2024-10-25

Fixed

  • CSS declarations can be empy in the frontmatter.