Skip to content

Releases: edudobay/doctrine-symfony-serializer

0.4.0

30 May 03:15
Compare
Choose a tag to compare

This release adds support for newer versions of Doctrine and Symfony libraries. No direct changes for consumers.

Because this can in theory break compatibility with earlier minor releases of Doctrine and Symfony, a 0.minor version has been bumped.

0.3.1

21 Dec 16:09
Compare
Choose a tag to compare

Fixed

  • Support deserializing nullable properties directly to null.

0.3.0

21 Jul 02:46
Compare
Choose a tag to compare

Added

  • Support deserializing object arrays. Both PHPDoc (/* @var T[] */) and #[Serialize(arrayItemType: T::class)] are supported to specify the correct type for array items.

0.2.2

31 Jan 00:52
0.2.2
Compare
Choose a tag to compare

Full Changelog: 0.2.1...0.2.2

  • Fix: ensure backing properties are accessible by reflection when class metadata is deserialized from cache.

0.2.1

08 Jan 04:00
Compare
Choose a tag to compare
  • Fix: Ensure ClassMetadata is serializable.