Skip to content

Commit

Permalink
Merge pull request #234 from youshido-php/cleanup
Browse files Browse the repository at this point in the history
Various cleanups, prepping for a new release
  • Loading branch information
Jalle19 authored Nov 15, 2019
2 parents 29a7d4f + 5f647a1 commit 70d939b
Show file tree
Hide file tree
Showing 96 changed files with 35 additions and 65 deletions.
22 changes: 0 additions & 22 deletions CHANGELOG-1.1.md

This file was deleted.

33 changes: 33 additions & 0 deletions CHANGELOG.md
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`
41 changes: 0 additions & 41 deletions UPGRADE-1.1.md

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"autoload-dev": {
"psr-4": {
"Youshido\\Tests\\": "Tests"
"Youshido\\Tests\\": "tests"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<phpunit colors="true">
<testsuites>
<testsuite name="Project Tests">
<directory suffix="Test.php">./Tests</directory>
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>

Expand Down
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.

0 comments on commit 70d939b

Please sign in to comment.