Releases: overblog/GraphQLBundle
Releases · overblog/GraphQLBundle
v1.9.0
What's Changed
- Add symfony 7.4 support to ci workflow by @martiis in #1231
- Bump php version to at least 8.1 by @Nyholm in #1232
- Migrate to phpunit 10.5 by @Nyholm in #1233
- Install php-cs-fixer properly by @Nyholm in #1234
- Adding symfony 8.0 support by @achertovsky in #1228
- Add support for PHP 8.5 by @Nyholm in #1237
New Contributors
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- fix(ci): make tests compatible with new webonyx/graphql-php schema by @mcg-web in #1210
- Fix hasAnyRole doc by @mcg-web in #1208
- add kernel.reset tag to allow clearing memory between request by @Nyholm in #1203
- Fix typos and improve clarity in validation documentation by @murtukov in #1217
- Rollback changes done to the InputValidator and the relevant tests by @murtukov in #1214
- Fix
input-objectvalidation issue by @murtukov in #1215 - Test Symfony 7.2 & 7.3 and make CI green by @Nyholm in #1224
- Fix highest deps test by @achertovsky in #1225
- making dockerfile get assembled by @achertovsky in #1226
- fix: typo in declared by @simPod in #1220
- fix: preserve zero fraction during response json encoding by @edglev in #1223
New Contributors
- @Nyholm made their first contribution in #1203
- @achertovsky made their first contribution in #1225
- @simPod made their first contribution in #1220
- @edglev made their first contribution in #1223
Full Changelog: v1.7.1...v1.8.0
v1.7.1
v1.7.0
What's Changed
- PHP 8.4 deprecates implicitly nullable types by @benji07 in #1198
- Fix typo in attributes documentation by @maximecolin in #1197
Full Changelog: v1.6.0...v1.7.0
v1.6.0
v1.5.0
v1.4.0
What's Changed
- Allow for linked validations to be named differently to property by @joesaunderson in #1181
- Update DocBlockTypeGuesser.php - cs fix by @Vincz in #1183
- Don't validate fields that were not passed by @joesaunderson in #1184
New Contributors
- @joesaunderson made their first contribution in #1181
Full Changelog: v1.3.2...v1.4.0
Arguments order doesn't matter
What's Changed
Full Changelog: v1.3.1...v1.3.2
v1.3.1 - Arg Attribute errors detection
- 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
Full Changelog: v1.3.0...v1.3.1
v1.3.0 - Fixes & attributes improvements
- This release introduce a new
#[GQL\InputField]attribute to manage fields on input object with default value. - A new
InterfaceTypeResolverhas been implemented to resolve automatically interface types when using attributes/annotations - The documentation regarding annotations/attributes has been cleaned up.
- A bunch of fixes
What's Changed
- Cleanup Input default value and Fix #1171 by @Vincz in #1172
- Update index.md by @newtoframework in #1158
- Update index.md by @newtoframework in #1159
- Fix mutation.md example by @samgranger in #1130
- Update documentation in favor of attributes by @Vincz in #1174
- Validate only InputObject types fix #1170 by @Vincz in #1175
New Contributors
- @newtoframework made their first contribution in #1158
- @samgranger made their first contribution in #1130
Full Changelog: v1.2.0...v1.3.0