Releases: bwaidelich/Wwwision.Neos.GraphQL
Releases · bwaidelich/Wwwision.Neos.GraphQL
Neos 7.0 compatbility
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
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
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
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
* 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
v1.0-beta Update composer.json