Skip to content

v4.25.0

Compare
Choose a tag to compare
@DjordyKoert DjordyKoert released this 30 Mar 14:53
· 16 commits to master since this release
4ff744f

Changelog

  • Added support for JMS @Discriminator annotation/attribute
    #[\JMS\Serializer\Annotation\Discriminator(field: 'type', map: ['car' => Car::class, 'plane' => Plane::class])]
    abstract class Vehicle { }
    class Car extends Vehicle { }
    class Plane extends Vehicle { }

What's Changed

New Contributors

Full Changelog: v4.24.1...v4.25.0