Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 985 Bytes

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 985 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.

1.0.2 - 2023-07-12

Added

  • (Dev) Acceptance test coverage for PHP 8.2 - #4

Changed

  • (Dev) Bumped PHPUnit version to 10.2 - #4

1.0.1 - 2022-11-14

Added

  • ApplierInterface to make mocking the Style class possible - #1

Deprecated

  • Public access to supportsStyles, supports256Colors, and supportsRGBColors properties; use the method defined in ApplierInterface instead. - #1

1.0.0 - 2022-11-11

Initial release