Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 701 Bytes

CHANGELOG.md

File metadata and controls

30 lines (24 loc) · 701 Bytes

v0.3.1 (2025-02-20)

  • Upgraded Coercion dependency

v0.3.0 (2025-02-17)

  • Replaced accessors with property hooks
  • Upgraded PHPStan to v2
  • Updated dependencies
  • Tidied boolean logic
  • Fixed Exceptional syntax
  • Added PHP8.4 to CI workflow
  • Made PHP8.4 minimum version

v0.2.3 (2024-08-21)

  • Converted consts to protected PascalCase
  • Updated Veneer dependency and Stub

v0.2.2 (2024-07-17)

  • Updated Veneer dependency

v0.2.1 (2024-06-24)

  • Added Compound Verifier

v0.2.0 (2024-06-20)

  • Added getInlineViewAssets() to Verifier
  • Improved inline rendering
  • Added getName() to Verifier

v0.1.0 (2024-06-19)

  • Built initial Verifier implementation
  • Built basic Renderer system