4.3.0
Release Notes for 4.3.0
Added
- This release adds support for PHP 8.1.
Changed
-
#69 adds caching to the
UnderscoreToCamelCaseFilter
andCamelCaseToUnderscoreFilter
, providing a 75% performance improvement when these filters are hit for the same value names. -
#73 modifies exceptions thrown via the
ArraySerializableHydrator
to make it easier to pinpoint what element caused the error.
4.3.0
- Total issues resolved: 1
- Total pull requests resolved: 4
- Total contributors: 4
Enhancement
-
74: Provide PHP 8.1 support thanks to @weierophinney
-
73: Nest throwables in ArraySerializableHydrator thanks to @meidlinga
-
69: Cache values in UnderscoreToCamelCaseFilter and CamelCaseToUnderscoreFilter thanks to @DerKnerd
-
65: Merge release 4.2.1 into 4.3.x thanks to @github-actions[bot]