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