v14.5.0
版本发布时间: 2021-01-23 20:54:06
webonyx/graphql-php最新发布版本:v15.14.1(2024-09-26 16:18:25)
Feat:
- Implement support for interfaces implementing interfaces (#740), huge kudos to @Kingdutch
Deprecates:
-
Constant
BreakingChangeFinder::BREAKING_CHANGE_INTERFACE_REMOVED_FROM_OBJECT
. UseBreakingChangeFinder::BREAKING_CHANGE_IMPLEMENTED_INTERFACE_REMOVED
instead. Constant value also changed fromINTERFACE_REMOVED_FROM_OBJECT
toIMPLEMENTED_INTERFACE_REMOVED
. -
Constant
BreakingChangeFinder::DANGEROUS_CHANGE_INTERFACE_ADDED_TO_OBJECT
UseDANGEROUS_CHANGE_IMPLEMENTED_INTERFACE_ADDED
instead. Constant value also changed fromINTERFACE_ADDED_TO_OBJECT
toIMPLEMENTED_INTERFACE_ADDED
.
Refactoring:
- Reify AST node types and remove unneeded nullability (#751)