Serializer v3.0.0 Release Notes

Release Date: 2019-04-23 // about 5 years ago
  • ⬆️ 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