Skip to content

3.0.0

Choose a tag to compare

@goetas goetas released this 23 Apr 07:19
· 715 commits to master since this release
90e1063

Upgrade notes

How to upgrade to 3.0.0 is explained in https://github.com/schmittjoh/serializer/blob/master/UPGRADING.md

  • Upgrading from 2.x to 3.0 should require almost no effort as only one changes introduced in 2.x has been reverted as it was in 1.x
  • Upgrading from 1.x to 3.0 requires to follow the same steps as the upgrade from 1.x to 2.x, skipping only the "deeper branch group exclusion strategy"

Detailed changes:

Backward incompatible changes:

  • Revert v2 nested groups and release 3.0 #1071 (goetas)

Implemented enhancements:

Merged pull requests:

Closed issues:

  • [RFC] revert #946 and release new major #1058