Releases: nuwave/lighthouse
Releases · nuwave/lighthouse
v3.0 Beta 3
Merge pull request #549 from liepaja/nested-mutations-for-update Populating nested mutations with other relationships for @update
v3.0-beta.2: Merge pull request #670 from mll-lab/extensions-response
Use ExtensionsResponse class for BuildExtensionsResponse
v3.0 Beta 1
Merge pull request #645 from mll-lab/event-based-request-lifecycle Event based request lifecycle
v2.6.4: Fix error in RuleFactory.php, closes #573 (#582)
**Related Issue/Intent** Resolves #573 **Changes** The anonymous function already accounts for `$node = null`, but it now also allows `$node = null` as input.
v3.0 Alpha
v3.0-alpha.1 Fix lighthouse:query/mutation generation default parameter before req…
v2.6.3
Allow publishing the schema and config seperately (#419)
Just tested this in a local project, everything works as before. This gives the option to
php artisan vendor:publish --provider="Nuwave\Lighthouse\Providers\LighthouseServiceProvider" --tag=schema
or
php artisan vendor:publish --provider="Nuwave\Lighthouse\Providers\LighthouseServiceProvider" --tag=config
to publish only the parts of the assets that you want
#412 [Fix] Lumen request array access
Merge pull request #412 from nuwave/fix/lumen-request-array [Fix] Lumen request array access
Better default namespace resolution (#406)
Features/Bugfixes
Default namespaces for Queries and Mutations are now cleanly applied
to the @field
directive.
Breaking
If no resolver was found for a field, Lighthouse throws an Exception. This will only
help uncover bugs and help users to fix mistakes in their schema definition.
Internals that concern how field resolvers are built were slightly changed, only users that
reach far into the internal methods for defining custom directives might be affected.