Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@Jalle19 Jalle19 released this 05 Dec 11:44
· 7 commits to master since this release
68fb228
  • 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