Releases: dadish/ProcessGraphQL
Releases · dadish/ProcessGraphQL
v0.12.1
v0.12.0
- Implemented
variations
field for PageImageType. - Implemented
size
field for PageImageType. - Changed security behavior. See Access Control in documentations.
- Updated documentation.
v0.11.1
v0.11.0
v0.10.1
v0.10.0
- Remove debug option from module settigs in favor of
$config-debug = true|false
API. - From now only templates selected as legal and those that have Access control enabled will be served.
- Remove PageUnionType in favor of PageIntefaceType.
- Introduce UserType for pages that represent system users.
- Mark fields NonNull if they are marked as
$field->required = true
. - Implement simple create Mutation on a per template basis.
v0.9.1
v0.9.0
v0.8.0
- Global fields now are included into PageInterface.
- Added
me
field that represents the current user. - The built in
Page
fields are limited to essential ones and available as extra only. - The built in
PageFile
fields are limited to essential ones and available as extra only. - Changed the versioning to semantic. [major].[minor].[patch]