-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #234 from youshido-php/cleanup
Various cleanups, prepping for a new release
- Loading branch information
Showing
96 changed files
with
35 additions
and
65 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Changelog | ||
|
||
Please update this file right before tagging a new release | ||
|
||
## Unreleased | ||
|
||
* fix some README badges | ||
* add a more robust implementation for `TypeService::getPropertyValue()` | ||
* fix PhpStorm inspection performance complaints | ||
* fix a bug that prevented using `null` as a default value | ||
* add support for error extensions | ||
* throw `ConfigurationException` when trying to add two types with the same name to the schema | ||
* add a `getImplementations()` method to `AbstractInterfaceType`, can be used to properly discover all possible types during introspection | ||
* run Travis CI on PHP 7.2 and 7.3 too | ||
* run phpstan static analysis (level 1 only) during Travis CI builds | ||
* rename the `Tests` directory to `tests` for consistency with other projects | ||
* remove some obsolete documentation | ||
|
||
## v1.6.0 | ||
|
||
* fix the Travis CI build for PHP 5.5 | ||
* improve examples somewhat | ||
* make `Node` stricter when validating input | ||
* return null not just when the field is scalar but whenever it's non-null | ||
|
||
## v1.5.5 | ||
|
||
* add missing directive locations | ||
* add a `totalCount` field to connections | ||
* fix a regression introduced in #151 | ||
* add a type/field lookup cache for improved performance | ||
* add support for nested deferred resolvers | ||
* properly handle null values in `BooleanType` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.