Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

66 lines (50 loc) · 1.41 KB

v0.5.1 (2025-02-20)

  • Upgraded Coercion dependency

v0.5.0 (2025-02-17)

  • Upgraded PHPStan to v2
  • Sorted out attribute value types
  • Tidied boolean logic
  • Fixed Exceptional syntax
  • Added PHP8.4 to CI workflow
  • Made PHP8.4 minimum version

v0.4.3 (2025-02-07)

  • Fixed implicit nullable arguments
  • Added @phpstan-require-implements constraints

v0.4.2 (2024-08-21)

  • Updated dependencies

v0.4.1 (2024-08-21)

  • Converted Writer node consts to enum
  • Updated depdency versions

v0.4.0 (2024-05-07)

  • Added JsonSerializable to Markup interface
  • Made PHP8.1 minimum version
  • Updated Atlas dependency

v0.3.5 (2023-09-26)

  • Migrated to use effigy in CI workflow
  • Fixed PHP8.1 testing

v0.3.4 (2022-10-20)

  • Added offsetGet return type
  • Updated composer check script

v0.3.3 (2022-09-08)

  • Updated Collections dependency

v0.3.2 (2022-08-26)

  • Fixed attribute stringification in Writer
  • Updated CI environment

v0.3.1 (2022-08-24)

  • Added concrete types to all members

v0.3.0 (2022-08-23)

  • Removed PHP7 compatibility
  • Updated ECS to v11
  • Updated PHPUnit to v9

v0.2.2 (2022-03-10)

  • Transitioned from Travis to GHA
  • Updated PHPStan and ECS dependencies

v0.2.1 (2021-05-01)

  • Improved return type hints

v0.2.0 (2021-04-09)

  • Updated Atlas dependency

v0.1.1 (2021-04-07)

  • Updated Collections

v0.1.0 (2021-03-31)

  • Ported codebase from Tagged
  • Updated for max PHPStan conformance