Skip to content

Latest commit

 

History

History
92 lines (54 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

92 lines (54 loc) · 1.56 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]

[0.1.4] - 2023-11-24

Added

  • Add wiki repo as git submodule
  • Composer helper scripts
  • Add throws section to output

Changed

  • Set index Markdown file name to Home.md
  • Removed watermark from footer

Fixed

  • Fixed issue with interface extends

[0.1.3] - 2022-04-20

Added

  • Option for leaving out .md file extensions from urls (used for GitLab wiki pages).

[0.1.2] - 2022-04-17

Added

  • Added links to implemented interface md files
  • Add documentation to Twig macros
  • Add tests for Twig macros
  • Add PHP wrapper for Twig macros
  • Run tests and generate docs (test) with GitHub Actions
  • Add properties to classes and traits documentation

Changed

  • Removed method return section when return value is not documented

Fixed

  • Fixed issue with empty table cells

[0.1.1] - 2022-04-15

Changed

  • Regenerated examples
  • Renamed header.twig to header.md.twig

Fixed

  • Fixed Markdown horizontal separator breaking in GitHub

[0.1.0] - 2022-04-15

Added

  • Tests for Twig macros
  • Made the project a Composer package
  • Added example docs source dode

Changed

  • Rewrote examples

Fixed

  • Fixed malformed Markdown

[0.0.2] - 2020-06-18

Added

  • Constants
  • Interfaces
  • Traits
  • Inherited methods

[0.0.1] - 2020-05-05

Added

  • Initial version