Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

73 lines (49 loc) · 2.84 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 1.2.0...main.

For a full diff see 1.1.0...1.2.0.

Added

For a full diff see 1.0.1...1.1.0.

Changed

For a full diff see 1.0.0...1.0.1.

Changed

For a full diff see 7039e81...1.0.0.

Added

  • Implemented Expression\Name as a value object (#1), by @localheinz
  • Implemented Expression\Value as a value object (#2), by @localheinz
  • Implemented Expression\Assignment as a value object (#3), by @localheinz
  • Implemented Converter\NullFrontMatterConverter (#4), by @localheinz
  • Implemented Converter\ToSingleAssignmentFrontMatterConverter (#5), by @localheinz
  • Implemented Converter\ToMultipleAssignmentsFrontMatterConverter (#6), by @localheinz
  • Implemented FrontMatterLoader (#7), by @localheinz