Skip to content

Releases: laminas/laminas-serializer

2.12.0

06 Dec 04:52
2.12.0
2826fd7
Compare
Choose a tag to compare

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

24 Oct 10:54
2.11.0
a76e3a3
Compare
Choose a tag to compare

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

2.10.1

18 Feb 14:24
2.10.1
254cf6a
Compare
Choose a tag to compare

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

2.10.0

17 Feb 17:38
2.10.0
Compare
Choose a tag to compare

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

Enhancement