Releases: overblog/GraphQLBundle
Releases · overblog/GraphQLBundle
v1.0.0
#V1.0.0
What's Changed
- Fix typo by @BenMorel in #860
- Typo fix by @BenMorel in #862
- Fix error handler configuration example by @olsavmic in #870
- Fix "could not found" => "could not find" by @BenMorel in #869
- Remove deprecated code by @ruudk in #893
- Run PHPStan on 7.4 and 8.0 by @ruudk in #912
- Debug command depends on interface rather on implementations by @piotrkreft in #902
- Enable validator in tests by @ruudk in #909
- #896: Removed deprecated compiler pass. by @benelori in #897
- Fix some PHPStan errors by @ruudk in #916
- Make
master
CI green again by @ruudk in #922 - Test on PHP 8.1 by @ruudk in #924
- Upgrade PHPStan to v1.0 by @ruudk in #926
- Remove more deprecations by @ruudk in #894
- Run tests with webonyx master on our master branch by @ruudk in #925
- GraphQL server specification was migrated on Relay website by @stepananchugov in #929
- Pin
webonyx/graphql-php
to a commit hash by @ruudk in #945 - Run Dependabot daily by @ruudk in #946
- Tweak TypeInterface by @ruudk in #944
- Drop PHP 7.4 support by @ruudk in #948
- Sync with upstream
webonyx/graphql-php
changes by @ruudk in #947 - Drop symfony 4.4, Twig v2 and require Symfony 5.3 minimum by @ruudk in #949
- Fix all deprecations by @ruudk in #950
- Symfony 6 by @ruudk in #951
- Remove
request_files
from context by @ruudk in #955 - Do not use container in compiler passes by @ruudk in #958
- Add
allow-plugins
to composer schema by @ruudk in #956 - Make TypeGenerator final by @ruudk in #957
- Make everything final by @ruudk in #959
- Upgrade php cs fixer by @mcg-web in #960
- Make PHPStan stable again by @ruudk in #962
- Add PHPStan configuration for
ConfigProcessor::process
by @ruudk in #963 - CustomScalarType > Make
scalarType
optional again by @ruudk in #964 - Update psr/log. by @benelori in #966
- Remove
addDefaultFallBackToTypeLoader
by @ruudk in #888 - Support defining enum values by callable and/or generator by @ruudk in #971
- Use ramsey/composer-install v2 by @ruudk in #972
- Fix CI by @mcg-web in #974
- Cron CI execution by @mcg-web in #975
- Define default value for
$processors
by @ruudk in #983 - Update CustomScalarType.php by @Vincz in #994
- Remove 1.0 obsolete features by @mcg-web in #995
- Exclude docs and technical files from artifact by @GromNaN in #1001
- Fix tests & update php-documentor to ^1.6.1 by @Vincz in #1041
- Update phpstan by @Vincz in #1050
- Update PHPCs to latest version & fix files by @Vincz in #1051
- Correct broken link in README.md by @ozanakman in #1039
- PHP 8.1 Enum support by @Vincz in #1048
- Fix enum arguments transformer & tests by @Vincz in #1052
- Make the
ConnectionBuilder
class a generic type by @ste93cry in #1042 - Update monolog/monolog requirement from ^1.26.1 to ^2.8.0 by @dependabot in #1037
- Fixed not providing file permissions while saving files. by @zgperak in #1061
- changed tests to expected behavior of object pageInfo.has*Page by @s3tezsky in #824
- Fix tests & arguments transformer when data is not set by @Vincz in #1073
- Ensure registerLoader method exists on AnnotationReader by @Vincz in #1113
- Fix profiler & doc block type guesser by @Vincz in #1117
- Update / Cleanup by @Vincz in #1122
- Allow deprecating input fields and arguments (InputObjectType) by @TaProhm in #1071
New Contributors
- @piotrkreft made their first contribution in #902
- @benelori made their first contribution in #897
- @stepananchugov made their first contribution in #929
- @ozanakman made their first contribution in #1039
- @dependabot made their first contribution in #1037
- @zgperak made their first contribution in #1061
- @s3tezsky made their first contribution in #824
- @TaProhm made their first contribution in #1071
Full Changelog: v0.15.1...v1.0.0
v0.14.4
What's Changed
Fix unbound webonyx/graphql-php constraint @buffcode and @Robert-Smagge
Full Changelog: v0.14.3...v0.14.4
v0.15.2
What's Changed
- Fixed not providing file permissions while saving files. by @zgperak in #1061
- Fix unbound webonyx/graphql-php constraint by @buffcode in #1084
New Contributors
Full Changelog: v0.15.1...v0.15.2
v0.15.1
v0.15.0
v0.14.3
v0.14.2
What's Changed
- Add isTypeOf to TypeBuilder by @thedustin in #985
- Revert shorthand type compilation by @mcg-web in #989
Full Changelog: v0.14.1...v0.14.2
v0.14.1
v0.14.0
What's Changed
- Update return typehint for SchemaBuilder by @kix in #630
- Change error message by @JoppeDC in #645
- Docs/validation by @murtukov in #654
- Update index.md by @murtukov in #655
- Added support for getters with no prefix on FieldResolver by @OwlyCode in #657
- Typofix by @kix in #659
- Update index.md by @murtukov in #660
- Update README.md by @murtukov in #665
- Update README.md by @murtukov in #667
- fix typo in relay paginator helper documentation by @mathroc in #670
- Make the encoder for the cursors of the edges of a connection customizable by @ste93cry in #678
- Update index.md by @murtukov in #681
- Reconfigure Travis-CI by @murtukov in #685
- ArgumentTransformer & validator component by @Vincz in #642
- Feature/generator by @murtukov in #682
- Update index.md by @murtukov in #693
- Profiler feature by @Vincz in #696
- Common project code upgrade by @murtukov in #695
- Fix docker for php 7.4 by @mcg-web in #699
- Treat
useStrictAccess
option as true by default by @murtukov in #700 - Merge 0.13 by @mcg-web in #698
- Allow cleaner access syntax in expressions by @murtukov in #709
- Simplify FQCN when using class_exists by @mcg-web in #711
- Annotations refactoring by @Vincz in #710
- Add schema name as Executor argument & fix default schema by @Vincz in #713
- Add more native support for php constants in yaml files by @thedustin in #719
- Allow multiple target types by @Vincz in #726
- Fix the attribute name for AnnotationParser fieldBuilder error message by @bartv2 in #732
- Add type-hints in annotation classes by @murtukov in #729
- Allow to use non-empty constructor for input types by @olsavmic in #656
- Revert "Allow to use non-empty constructor for input types" by @mcg-web in #734
- Make the docker image more usable by @bartv2 in #737
- Fix annotation on master by @Vincz in #743
- Fix parser on enum by @Vincz in #746
- Fix Input Field annotations handling by @bartv2 in #735
- baseExportPath already point to var dir by @bartv2 in #747
- Really ignore field and not create an empty InputType by @bartv2 in #736
- Add attributes
targetTypeQuery
andtargetTypeMutation
on@Provider
by @Vincz in #749 - Update phpunit config-schema by @bartv2 in #752
- generate a SchemaCompiledEvent when Type files are generated by @mathroc in #730
- Add auto_discover.built_in configuration option by @astronom in #756
- Fixed a bug on validating fields when validation is cascade by @ktrzos in #759
- Update UPGRADE-0.11.md by @AdamTovatt in #760
- Update src/Generator/TypeBuilder.php by @koekaverna in #761
- Update links in README.md by @murtukov in #764
- Update index.md by @murtukov in #765
- Fix/phpstan by @murtukov in #769
- Refactor TypeBuilder and resolve some todos by @murtukov in #770
- Remove compiler pass by @murtukov in #771
- Optimize config processing by @murtukov in #772
- Update index.md by @murtukov in #773
- Fix Profiler bug by @murtukov in #774
- Update generated types by @murtukov in #780
- Made it possible for totalCount to be a promise by @rsolyanik in #778
- Refactor default field resolver by @murtukov in #783
- Fix annotation for non-nullable array of non-nullable values as query argument by @DmytryHo in #806
- Annotations refactoring & PHP 8 Attributes by @Vincz in #801
- Allow interfaces implement interfaces by @murtukov in #813
- Rename classes, tags and functions by @murtukov in #786
- Optimize validator by @murtukov in #815
- Update PHPStan version by @murtukov in #816
- Fix alias for
mutation
function by @murtukov in #817 - Fix repeatable scalar attribute by @Vincz in #819
- Improve GraphQLServices by making it a ServiceLocator by @mcg-web in #836
- Keep original accessibility option for services tagged as resolver by @mcg-web in #837
- Fix default value by @mcg-web in #839
- Remove deprecations by @mcg-web in #840
- Php cs fixer update by @mcg-web in #841
- Refactor
TypeGenerator
by @murtukov in #845 - Fix CS by @murtukov in #846
- Remove XML type configuration support by @mcg-web in #852
- Make ReactPromiseAdapter compatible with webonyx master by @ruudk in #906
- Check if experimental executor exists before trying to set it by @ruudk in #907
- Expose
request
in context by @ruudk in #892 - PHPUnit > Disable verbose / debug mode by @ruudk in #910
- Fix PHPStan error by @ruudk in #911
- Always compile types with
AliasedInterface
by @ruudk in #890 - PHPUnit > Disable verbose / debug mode by @ruudk in #914
- Drop Symfony 5.0, 5.1, 5.2 and start testing 5.3 by @ruudk in #913
- Drop Scrutinizer by @ruudk in #918
- Drop
COMPOSER_ROOT_VERSION
by @ruudk in #920 - Make
0.14
CI green again by @ruudk in #919 - Fix
highest/lowest
by @ruudk in #923 - Enable MonologBundle in functional tests by @ruudk in #927
- Require Symfony 4.4 or 5.3 by @ruudk in #928
- Add annotation reader cache and fix doctrine typeGuesser by @Damienbelingheri in #867
- Use php-coveralls.phar instead of global composer installation by @mcg-web in #934
- Remove useless benchmarks by @mcg-web in #935
- Add type on
getContainerExtension
for future compat by @GromNaN in #931 - Test symfony 5.4 by @mcg-web in #936
- Use Flex to require specific Symfony versions by @ruudk in #933
- Replace deprecated
NamedArgumentConstructorAnnotation
with@NamedArgumentConstructor
+ Address one PHP 8.1 deprecation by @ruudk in #941 - Fix a bunch of deprecations by @ruudk in #942
- Test on PHP 8.1 by @ruudk in #938
- Fix deprecations in 0.14 by @ruudk in #952
- Allow all
psr/log
by @ruudk in https://github.com/overblog/GraphQLB...
v0.13.7
What's Changed
- Forward compatibility with symfony 6 at Parser by @edefimov in #823
- Fix uksort() callback returning bool deprecation by @BenMorel in #865
- Fix associative array syntax for arguments expr sample by @ogizanagi in #871
- Bump ci ubuntu version to fix setup-php build by @mcg-web in #878
- 0.12 by @Vincz in #880
- Fix ci builds by @mcg-web in #879
- Fix DebugCommand dependency injection by @jdecool in #905
New Contributors
- @ogizanagi made their first contribution in #871
- @jdecool made their first contribution in #905
Full Changelog: v0.13.6...v0.13.7