Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 975 Bytes

CHANGELOG.md

File metadata and controls

40 lines (21 loc) · 975 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.

[Unreleased]

[0.4.0] - 2023-11-28

### Added

  • Support for PHP 8.3 (#14).

[0.3.0] - 2022-12-10

Added

  • Support for PHP 8.2 (#6).

Breaking

  • Dropped support for PHP 8.1 (#6).

[0.2.0] - 2022-09-21

Added

  • Reduced false positives by ignoring numbers (#1).

Fixed

  • "__toString" will now be correctly understood as 2 words "to" and "string" instead of "tostring" (#2).

[0.1.0] - 2022-08-21

Added

  • First working version.