Skip to content

Releases: dadish/ProcessGraphQL

v0.12.1

19 Mar 03:36
Compare
Choose a tag to compare
  • Fixed bugs

v0.12.0

19 Mar 03:37
Compare
Choose a tag to compare
  • Implemented variations field for PageImageType.
  • Implemented size field for PageImageType.
  • Changed security behavior. See Access Control in documentations.
  • Updated documentation.

v0.11.1

19 Mar 03:40
Compare
Choose a tag to compare
  • Fixed bug for issue #2
  • Updated PHP requirements for module. The module requires PHP version >= 5.5

v0.11.0

19 Mar 03:41
Compare
Choose a tag to compare
  • Implement minimal language support.

v0.10.1

19 Mar 03:42
Compare
Choose a tag to compare
  • Fix missed class import.

v0.10.0

19 Mar 03:43
Compare
Choose a tag to compare
  • 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

19 Mar 03:43
Compare
Choose a tag to compare
  • Fix GraphQLServerUrl property bug.

v0.9.0

19 Mar 03:44
Compare
Choose a tag to compare
  • 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

19 Mar 03:45
Compare
Choose a tag to compare
  • 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]