Releases: gapple/structured-fields
Releases · gapple/structured-fields
v2.3.1
v2.3.0
What's Changed
- Update to PHPUnit 10
- Code cleanup & optimization
- Allow serializing any
\DateTimeInterface
object as anItem
value
Full Changelog: v2.2.1...v2.3.0
v2.2.1
What's Changed
- Fix deprecations for PHP 8.4
- Development dependency updates
- Code style fixes
Full Changelog: v2.2.0...v2.2.1
v2.2.0
v2.1.2
v2.1.1
v2.1.0
v2.0.1
v2.0.0
Introduces classes for values that are returned from the Parser, and can optionally be used to provide values to the Serializer.
Upgrading from v1.x.x
The new classes returned from the Parser retain compatibility with existing code that expects [value, parameters]
array tuples or stdClass
objects, but the return type of Parser methods has changed so code using array
typehints for values obtained from the Parser will need to be updated.