Skip to content

2.2.0

Compare
Choose a tag to compare
@xificurk xificurk released this 29 Oct 10:19
· 22 commits to master since this release
  • Drop support for PHP <8.1
  • Logging: Extract message property data even from inherited message classes into log context
  • New convention: Message class must be read-only
    • Not enforced by default, can be enabled by passing $bleedingEdge = true flag when creating validator configuration
    • All properties must be read-only, and no static properties are allowed
    • On PHP >= 8.2 whole class should be marked readonly
  • Drop useless annotations
  • PHP 8.3 compatibility