Skip to content

Releases: dadish/ProcessGraphQL

v0.12.1

Choose a tag to compare

@dadish dadish released this 19 Mar 03:36
  • Fixed bugs

v0.12.0

Choose a tag to compare

@dadish dadish released this 19 Mar 03:37
  • Implemented variations field for PageImageType.
  • Implemented size field for PageImageType.
  • Changed security behavior. See Access Control in documentations.
  • Updated documentation.

v0.11.1

Choose a tag to compare

@dadish dadish released this 19 Mar 03:40
  • Fixed bug for issue #2
  • Updated PHP requirements for module. The module requires PHP version >= 5.5

v0.11.0

Choose a tag to compare

@dadish dadish released this 19 Mar 03:41
  • Implement minimal language support.

v0.10.1

Choose a tag to compare

@dadish dadish released this 19 Mar 03:42
  • Fix missed class import.

v0.10.0

Choose a tag to compare

@dadish dadish released this 19 Mar 03:43
  • 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

Choose a tag to compare

@dadish dadish released this 19 Mar 03:43
  • Fix GraphQLServerUrl property bug.

v0.9.0

Choose a tag to compare

@dadish dadish released this 19 Mar 03:44
  • Made GraphiQL assets load in traditional Process module way.
  • Added template name change tracking support.
  • Incompatible template names now cannot be selected as legalTemplates.

v0.8.0

Choose a tag to compare

@dadish dadish released this 19 Mar 03:45
  • 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]