Skip to content

Releases: dadish/ProcessGraphQL

v0.23.5

28 Mar 19:20
Compare
Choose a tag to compare
  • Fix pages field.

v0.23.4

01 Mar 18:52
Compare
Choose a tag to compare
  • Fix module installation via class name from pw modules directory.

v0.23.2

28 Feb 18:23
Compare
Choose a tag to compare
  • Simpler naming for GraphQL types.
  • Update GraphiQL js dependencies.

v0.22.0

27 Feb 19:37
Compare
Choose a tag to compare
  • Add support for third-party Fieldtypes.

v0.20.0

22 Feb 20:45
Compare
Choose a tag to compare
  • Add support for first & last fields for PageArray types.

v0.19.0

21 Feb 20:00
Compare
Choose a tag to compare
  • Add support for FieldtypeOptions.

v0.18.5

16 Feb 16:48
Compare
Choose a tag to compare
  • Fix DatetimeResolverTrait

v0.18.4

16 Feb 15:56
Compare
Choose a tag to compare
0.18.4

v0.18.3

16 Feb 14:50
Compare
Choose a tag to compare
  • Adds support for format argument for FieldtypeDatetime Including built-in fields created & modified. Now you can pass PHP date formattting string and get dates exactly how you want.

v0.17.0

13 Feb 19:42
Compare
Choose a tag to compare

This release introduces lots of changes to repository structure and development
process.

  • The master branch no longer tracks the vendor directory. This means that it
    is not suitable as a ProcessWire module. Instead you need to use latest release
    tags as a ProcessWire module. Release branches are a minified version of this
    module that includes everything needed and works out of the box. The master
    branch is used for development.
  • Now we have a Continious Integration implemented. Build Status
    This means that people can contribute confidently by running test suite and
    be sure that nothing has broken and a pull-request will be merged.
  • $ProcessGraphQL->executeGraphQL now accepts payload & variables as an
    argument. This allows you to modify the payload from client and manually pass
    it to the module to meet your needs.