Skip to content

Releases: schmittjoh/serializer

3.32.5

26 May 16:00
7c88b1b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.32.4...3.32.5

3.32.4

06 Apr 18:44
f5c6227

Choose a tag to compare

What's Changed

Full Changelog: 3.32.3...3.32.4

3.32.3

11 Feb 23:17
033c9be

Choose a tag to compare

What's Changed

Full Changelog: 3.32.2...3.32.3

3.32.2

16 Jan 14:09
fa7ab39

Choose a tag to compare

What's Changed

Full Changelog: 3.32.1...3.32.2

3.32.1

17 Dec 19:20
b4285f4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.31.1...3.32.1

3.31.1

31 Oct 18:36
362503d

Choose a tag to compare

What's Changed

Full Changelog: 3.31.0...3.31.1

3.31.0

28 Oct 13:27
43404be

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.30.0...3.31.0

3.30.0

26 Feb 08:46
bf11053

Choose a tag to compare

What's Changed

  • Require PHP 7.4 and Symfony 5.4 by @mbabker in #1528
  • build(ci): Add Rector into static analysis. by @scyzoryck in #1530
  • Remove min-stability by @scyzoryck in #1535
  • Fix serialization of BackedEnum - annotation without name/value by @iKsSs in #1536
  • [B/C Break] Make the Annotations package optional in the builder API by @mbabker in #1471

Upgrading

Starting from this release doctrine/annotations is an optional package.
If you still want to use them, please make sure that you require in composer.json file.

We strongly recommend to start using Attributes with PHP 8.
You can easily migrate annotations to attributes with rector and Rector\Symfony\Set\SymfonySetList::ANNOTATIONS_TO_ATTRIBUTES rules.

New Contributors

Full Changelog: 3.29.1...3.30.0

3.29.1

14 Dec 15:25
111451f

Choose a tag to compare

What's Changed

  • Introduce a marker interface for annotation/attribute classes by @mbabker in #1529

Full Changelog: 3.29.0...3.29.1

3.29.0

11 Dec 12:23
c586bf6

Choose a tag to compare

What's Changed

  • Allow Symfony 7 in dev dependencies by @mbabker in #1514
  • feat(ci): Run tests with dev dependencies by @scyzoryck in #1515
  • Fix - change the order of instantiation checks by @rossriley in #1513
  • Run the ORM tests using an attribute driver when able by @mbabker in #1517
  • Inject an attribute metadata driver into the DoctrineDriver when testing by @mbabker in #1520
  • Bump minimum dependencies to match what's actually tested by @mbabker in #1519
  • refactor(test): Stop using ORM Version class by @scyzoryck in #1521
  • refactor(test): Stop using EntityManager::create() method. Use constructor instead. by @scyzoryck in #1522
  • Allowdoctrine/orm 3.0 by @scyzoryck in #1523
  • Allow missing attributes in serialized objects by @boesing in #1526

New Contributors

Full Changelog: 3.28.0...3.29.0