Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.09 KB

File metadata and controls

28 lines (17 loc) · 1.09 KB

ChangeLog

0.3.3 Under development

0.3.2 February 3, 2026

  • Enh #22: Add php-forge/coding-standard to development dependencies for code quality checks (@terabytesoftw)
  • Bug #23: Update Rector command in composer.json to remove unnecessary 'src' argument (@terabytesoftw)
  • Enh #24: Add enums for backed integer, backed string, and unit values in the Stub namespace (@terabytesoftw)

0.3.1 January 20, 2026

  • Bug #19: Update descriptions in stub classes to clarify purpose (@terabytesoftw)
  • Bug #20: Clarify parameter descriptions in Message::getMessage() method in Message enum (@terabytesoftw)
  • Bug #21: Simplify attributeCases() method and update normalization logic in EnumDataProvider class (@terabytesoftw)

0.3.0 January 19, 2026

  • Enh #18: Refactor codebase to improve performance (@terabytesoftw)

0.2.0 August 18, 2025

  • Bug #11: Refactor project structure and update dependencies (@terabytesoftw)
  • Enh #12: Add TestSupport trait and corresponding test suite for inaccessible properties and methods (@terabytesoftw)

0.1.0 January 21, 2024

  • Initial release.