Skip to content

Releases: overblog/GraphQLBundle

v1.10.0

Choose a tag to compare

@Nyholm Nyholm released this 13 Apr 14:25
6c49418

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

Choose a tag to compare

@Nyholm Nyholm released this 29 Jan 07:59
76d9709

What's Changed

New Contributors

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

v1.8.0

Choose a tag to compare

@Nyholm Nyholm released this 26 Jan 16:54
17bd9af

What's Changed

New Contributors

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

v1.7.1

Choose a tag to compare

@mcg-web mcg-web released this 31 Oct 08:00

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

Choose a tag to compare

@mcg-web mcg-web released this 19 Dec 15:48
3a98cc1

What's Changed

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

v1.6.0

Choose a tag to compare

@mcg-web mcg-web released this 12 Sep 08:00
a8c5661

What's Changed

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

v1.5.0

Choose a tag to compare

@mcg-web mcg-web released this 02 Jul 07:22
9f65551

What's Changed

New Contributors

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

v1.4.0

Choose a tag to compare

@Vincz Vincz released this 10 May 13:20
13b6b4b

What's Changed

New Contributors

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

Arguments order doesn't matter

Choose a tag to compare

@Vincz Vincz released this 11 Apr 06:42
c4ef425

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

Choose a tag to compare

@Vincz Vincz released this 02 Apr 14:51
e16d86d
  • 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