Skip to content

Releases: overblog/GraphQLBundle

v1.10.0

13 Apr 14:25
6c49418

Choose a tag to compare

What's Changed

  • Fix isAnonymous() always returning false on Symfony 6.x by @mfaivre-simplis in #1240
  • fix: make profiler configurable and disable it by default in non-debug mode by @martiis in #1243

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

29 Jan 07:59
76d9709

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

26 Jan 16:54
17bd9af

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

31 Oct 08:00

Choose a tag to compare

What's Changed

  • perf: less memory allocation in TypeGenerator::compile by @Sysix in #1206

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0

19 Dec 15:48
3a98cc1

Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

12 Sep 08:00
a8c5661

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

02 Jul 07:22
9f65551

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

10 May 13:20
13b6b4b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4.0

Arguments order doesn't matter

11 Apr 06:42
c4ef425

Choose a tag to compare

What's Changed

  • Fix Arguments order of the method matter by @Vincz in #1178

Full Changelog: v1.3.1...v1.3.2

v1.3.1 - Arg Attribute errors detection

02 Apr 14:51
e16d86d

Choose a tag to compare

  • Detect when a #[GQL\Arg] is used on a method with a name that doesn't match any parameter name of the method.

What's Changed

  • Ensure that a #[GQL\Arg] on method has a matching parameter by @Vincz in #1176

Full Changelog: v1.3.0...v1.3.1