Skip to content

3.0.4

Choose a tag to compare

@magicsunday magicsunday released this 03 Mar 08:14
· 74 commits to main since this release

Fixed

  • Corrected method name withCollectErrors() → withErrorCollection() in documentation
  • Fixed swapped @param descriptions in ReplaceProperty attribute
  • Removed references to non-existent tests/AGENTS.md and composer ci:compliance
  • Added PHP 8.5 to AGENTS.md version references
  • Added @throws LogicException annotations to ObjectValueConversionStrategy
  • Added missing guard-path test for CustomTypeRegistry::convert()

Internal

  • Unified parameter ordering in ValueConversionStrategyInterface to (Type, value, context), consistent with TypeHandlerInterface