Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 851 Bytes

CHANGELOG.md

File metadata and controls

33 lines (24 loc) · 851 Bytes

CHANGELOG

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

Changelog Types

The format is based on Keep a Changelog

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

[v1.0.2] - 2021-08-01

Fixed

  • PHP 8 union type

v1.0.1 - 2021-07-26

Fixed

  • Invalid tags break the parseDocBlock()

v1.0.0 - 2021-07-25

Added

  • Initial Release