mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-16 12:23:15 +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
|
# 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
|
#### v0.11.5
|
||||||
- Allow objects with __toString in IDType
|
- Allow objects with __toString in IDType
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user