Skip to content

Releases: bwaidelich/Wwwision.Neos.GraphQL

Neos 7.0 compatbility

30 Sep 09:03
0b114c4
Compare
Choose a tag to compare

TASK: Allow Neos 7.x (#10) Thanks to @gjwnc!

See v1.1.0...v1.2.0

1.1.0 Neos 5.0 and 5.1 compatibility

29 Apr 16:38
2fee24c
Compare
Choose a tag to compare

FEATURE: Reactivate recursive fields (#6 )
FEATURE: Neos 5.0 and 5.1 compatibility
TASK: Code style tweaks and updated README

See v1.0.0...v1.1.0

1.0.0 - First Release

04 Apr 13:41
Compare
Choose a tag to compare

First actual release of this package that works with latest versions of neos/neos and wwwision/graphql.

Disclaimer

Even though this is a final release, this package is still to be considered experimental (see README)

Neos 3.1+ compatibility

02 Aug 11:28
Compare
Choose a tag to compare
Pre-release

This release just contains applied core migrations in order to accomplish compatibility with the latest stable Neos package.
It also updates the wwwision/graphql dependency from requiring ~1.0 to ^2.1

Second Beta with improved mutations

29 Apr 11:17
Compare
Choose a tag to compare
Pre-release
* Overhaul mutations:

* All mutations now return an instance of "MutationResult"
  (to allow us to introduce asynchronism at some point)
* Add "removeNode" mutation
* Copy logic from Neos NodeOperations service to kill this
  dependency (so this can be used with the CR independently
  from the CMS)
* Fix "publishWorkspace" mutation (previously that used
  Workspace::publish() - but that won't trigger important
  signals that flush caches etc)

Initial release

27 Apr 14:54
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
v1.0-beta

Update composer.json