mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-21 20:36:05 +03:00
Added changelog for 0.12.0
This commit is contained in:
parent
9201df1b39
commit
01e084a9ee
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,4 +1,16 @@
|
||||
# Changelog
|
||||
## v0.12.0
|
||||
- RFC: Block String (multi-line strings via triple-quote """string""")
|
||||
- GraphQL Schema SDL: Descriptions as strings (including multi-line)
|
||||
- Changed minimum required PHP version to 5.6
|
||||
|
||||
Improvements:
|
||||
- Allow extending GraphQL errors with additional properties
|
||||
- Fixed parsing of default values in Schema SDL
|
||||
- Handling several more cases in findBreakingChanges
|
||||
- StandardServer: expect `operationName` (instead of `operation`) in input
|
||||
|
||||
|
||||
#### v0.11.5
|
||||
- Allow objects with __toString in IDType
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user