Releases: laminas/laminas-serializer
Releases · laminas/laminas-serializer
2.12.0
Release Notes for 2.12.0
2.12.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
2.11.0
Release Notes for 2.11.0
Feature release (minor)
2.11.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
- 13: Update to support PHP 8.1 thanks to @pascalheidmann
2.10.1
Release Notes for 2.10.1
Fixed
- The PHP 8.0 support was merged to the wrong branch, and, as such, did not propagate to the 2.10.0 release as previously reported. This release brings it into the 2.10.x series.
2.10.1
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
Bug
- 10: Merge PHP 8 support to 2.10.x branch thanks to @weierophinney and @MatyCZ
2.10.0
Release Notes for 2.10.0
Added
-
Adds support for PHP 8.0.
-
Adds the ability to specify a "serializers" key in your application configuration that contains service manager-style configuration for populating the serializer adapter plugin manager; see the documentation for details.
Removed
- Drops support for PHP versions earlier than 7.3
- Drops support for laminas/laminas-json versions earlier than 3.1
- Drops support for laminas/laminas-stdlib versions earlier than 3.2
- Drops support for lamians/laminas-math versions earlier than 3.3
- Drops support for laminas/laminas-servicemanager versions earlier than 3.6
2.10.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement,Feature Request,RFC
- 8: Added support for "serializers" from config in AdapterPluginManager thanks to @marc-jangvs
Enhancement
- 7: Add PHP 8.0 support thanks to @bfoosness