Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 854 Bytes

CHANGELOG.md

File metadata and controls

50 lines (32 loc) · 854 Bytes

Changelog

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

Updates should follow the Keep a CHANGELOG principles.

1.1.0 - 2024-02-24

Added

  • Added a separate analyzer for functions and closures.

1.0.0 - 2023-10-30

Added

  • Stable release.
  • Switch to PHPUnit 10.
  • Improve PHPStan conformance.

0.8.2 - 2023-03-13

Added

  • ReadsClass interface for attributes to be passed the class attribute they're associated with.
  • Finalizable interface for attributes to do final cleanup.

Deprecated

  • Nothing

Fixed

  • Improved code documentation to PHPStan level 7.

0.8.1 - 2022-04-21

Initial public release, Release Candidate.

NEXT - YYYY-MM-DD

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing