Skip to content

Releases: nuwave/lighthouse

Interfaces/Unions/Node

25 Mar 21:39
Compare
Choose a tag to compare
Pre-release
v2.0-beta.3.6

use interface name for registration

Group Directive

24 Mar 23:25
Compare
Choose a tag to compare
Group Directive Pre-release
Pre-release

Created @group directive to set namespace and middleware.

Deferred BelongsToMany & HasManyThrough Fields

22 Mar 19:54
Compare
Choose a tag to compare

Fixed issue w/ belongsToMany and hasManyThrough relationships and the QueryBuilder. Also fixes hasMany directive with these relation types.

Side Note: I'm horrible at cutting releases today

Deferred BelongsToMany Fields

22 Mar 19:35
923cd21
Compare
Choose a tag to compare
Pre-release

Fixed issue w/ many-to-many relationships and the QueryBuilder.

Deferred Fields

20 Mar 14:05
Compare
Choose a tag to compare
Deferred Fields Pre-release
Pre-release

Use graphql-php's Deferred class to handle N+1 issues w/ belongsTo and hasMany fields.

Lazy Load, Default Fields and AST Caching

19 Mar 15:03
Compare
Choose a tag to compare
v2.0-beta.2

created cache command

Lighthouse v2.0-beta.1

14 Mar 18:29
Compare
Choose a tag to compare
Pre-release

Overhaul of Lighthouse to migrate towards a "Schema First" design pattern.

Deferred BelongsToMany & HasManyThrough Fields

22 Mar 19:45
cd323b5
Compare
Choose a tag to compare

Fixed issue w/ belongsToMany and hasManyThrough relationships and the QueryBuilder. Also fixes hasMany directive with these relation types.

Breaking Change: Change scope name

05 Mar 17:56
cd323b5
Compare
Choose a tag to compare

Laravel has a scopeGetConnection on Eloquent models that was colliding w/ the scope provided by Lighthouse. The Lighthouse scope has been renamed to scopeGetGqlConnection.

Fix: Connection startCuror and endCursor

22 Feb 17:15
6982111
Compare
Choose a tag to compare
Merge pull request #65 from nuwave/fix/connection-cursor

fix start and end cursors for connection edges