Skip to content

Releases: nuwave/lighthouse

v6.9.2

25 May 08:53
Compare
Choose a tag to compare

Fixed

  • Fix DirectiveLocator assertion

v6.9.1

23 May 15:21
b26fb27
Compare
Choose a tag to compare

Fixed

  • Ensure built-in directives have the lowest priority in registration #2403

v6.9.0

11 May 09:09
Compare
Choose a tag to compare

Added

  • Add feature toggles via @hide and @show directive #2392

v6.8.1

09 May 13:44
Compare
Choose a tag to compare

Fixed

  • Fix scalar.stub return type

v6.8.0

18 Apr 09:22
Compare
Choose a tag to compare

Added

  • Add the ability to specify the disk the artisan command lighthouse:print-schema will write to via the --disk option #2379

v6.7.0

18 Apr 08:36
729f712
Compare
Choose a tag to compare

Added

  • Simplify exposing root type Query in nested results #2384

v6.6.1

17 Apr 09:13
94e1e9a
Compare
Choose a tag to compare

Fixed

  • Add Node interface as soon as a type uses it with @node #2387

v6.6.0

04 Apr 08:43
Compare
Choose a tag to compare

Fixed

  • Correctly exclude all built-in types when calling lighthouse:ide-helper with --omit-built-in flag #2376

v6.5.0

31 Mar 10:05
Compare
Choose a tag to compare

Added

  • Add Nuwave\Lighthouse\Schema\AST\ASTHelper::addDirectiveToNode() to simplify dynamic addition of directives #2369

v6.4.0

29 Mar 09:19
e7dc03a
Compare
Choose a tag to compare

Added

  • Allow customizing query complexity calculation of @paginate with argument complexityResolver #2372