Skip to content

Releases: nelmio/NelmioApiDocBundle

v4.28.0

19 Jun 14:39
684391a
Compare
Choose a tag to compare

What's Changed

  • feat: add arrays of enums and enum callbacks for query params by @indexxd in #2096
  • feat(#2297): (Symfony 7.1) Add MapRequestPayload array parameter handling by @mazumba in #2298

New Contributors

Full Changelog: v4.27.1...v4.28.0

v4.27.1

19 Jun 13:02
8f43de5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.27.0...v4.27.1

v4.27.0

12 Jun 23:49
221a1fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.26.2...v4.27.0

v4.26.2

29 May 07:21
9379c44
Compare
Choose a tag to compare

What's Changed

  • feat: apply rule TypedPropertyFromStrictConstructor from rector by @shakaran in #2283
  • Respect assets mode config in controller by @HypeMC in #2280

New Contributors

Full Changelog: v4.26.1...v4.26.2

v4.26.1

20 Apr 11:19
2af8c5d
Compare
Choose a tag to compare

What's Changed

  • fix: Unknown Constraint class when not using symfony/validator by @DjordyKoert in #2276

Full Changelog: v4.26.0...v4.26.1

v4.26.0

19 Apr 14:45
2d0f12d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.25.3...v4.26.0

4.25.3

15 Apr 17:02
38682dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.25.2...4.25.3

4.25.2

06 Apr 12:13
fc5d60d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.25.1...4.25.2

v4.25.1

04 Apr 08:17
f594e60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.25.0...v4.25.1

v4.25.0

30 Mar 14:53
4ff744f
Compare
Choose a tag to compare

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