3.0.0
Release Notes for 3.0.0
Backwards incompatible release (major)
Changed
- Filters and strategies provided by doctrine-laminas-hydrator are now marked as final. Please implement the respective interfaces when writing your own filters and strategies.
- Native types are now used for parameters, return values and properties, which caused changes in many signatures.
Removed
- Support for PHP 7.3
3.0.0
- Total issues resolved: 1
- Total pull requests resolved: 10
- Total contributors: 2
BC Break,Enhancement
- 53: Make Psalm and PHPStan more strict thanks to @driehle
- 50: Added native parameter types and return types thanks to @driehle
- 47: Introduce
CollectionStrategyInterface
and markAbstractCollectionStrategy
as internal thanks to @driehle
Enhancement
- 52: Update upstream workflows thanks to @driehle
- 46: Drop PHP 7.3 and update dependencies thanks to @driehle
- 43: Update upstream workflows and update PhpStan to 1.0 thanks to @driehle
BC Break
- 51: Make members of filters and strategies private thanks to @driehle
- 49: Mark filters and strategies als final thanks to @driehle