Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

42 lines (33 loc) · 1.03 KB

v0.5.2 (2025-02-20)

  • Upgraded Coercion dependency

v0.5.1 (2025-02-13)

  • Fixed OutputTypes handling

v0.5.0 (2025-02-13)

  • Replaced accessors with property hooks
  • Added @phpstan-require-implements constraints
  • Upgraded PHPStan to v2
  • Tidied boolean logic
  • Fixed Exceptional syntax
  • Added PHP8.4 to CI workflow
  • Made PHP8.4 minimum version

v0.4.0 (2024-08-21)

  • Converted consts to protected PascalCase
  • Made PHP8.1 minimum version

v0.3.0 (2023-10-18)

  • Refactored main interface methods

v0.2.2 (2023-09-26)

  • Converted phpstan doc comments to generic
  • Migrated to use effigy in CI workflow
  • Fixed PHP8.1 testing
  • Updated getChildValues() return signature
  • Updated composer check script

v0.2.1 (2022-09-08)

  • Removed __construct() from sanitizer interface

v0.2.0 (2022-09-08)

  • Reorganised to contain main Lucid interfaces
  • Updated key handling in MultiContextProvider
  • Added Sanitizer loader interfaces

v0.1.1 (2022-09-08)

  • Removed force methods

v0.1.0 (2022-09-08)

  • Ported initial codebase from Lucid