Skip to content

Latest commit

History

History
134 lines (89 loc) 路 4.97 KB

CHANGELOG.md

File metadata and controls

134 lines (89 loc) 路 4.97 KB

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

For a full diff see 3.1.0...main.

For a full diff see 3.0.0...3.1.0.

Changed

For a full diff see 2.1.0...3.0.0.

Changed

For a full diff see 2.0.0...2.1.0.

Changed

  • Allowed using dot notation to access values in FrontMatter (#346), by @localheinz

For a full diff see 1.0.0...2.0.0.

Changed

  • Extracted Content as a value object (#341), by @localheinz
  • Extracted FrontMatter as a value object (#342), by @localheinz
  • Split InvalidFrontMatter exception into FrontMatterCanNotBeParsed and FrontMatterIsNotAnObject exceptions (#344), by @localheinz

For a full diff see 0.4.0...1.0.0.

Changed

Changed

For a full diff see 0.2.0...0.3.0.

Changed

For a full diff see 0.1.0...0.2.0.

Changed

  • Renamed Exception\InvalidFrontMatter::keysCanNotBeNumeric() to Exception\InvalidFrontMatter::notAllKeysAreStrings() (#9), by @localheinz

Removed

  • Removed Parsed\FrontMatter and Parsed\Content (#8), by @localheinz

For a full diff see 4e97e14...0.1.0.

Added