lighthouse

A framework for serving GraphQL from Laravel

MIT License

Downloads
6.9M
Stars
3.3K
Committers
195

Bot releases are hidden (Show)

lighthouse - ⚠️ v4.4.1

Published by spawnia about 5 years ago

⚠️ Warning

This only partially fixed the regression bug in 4.4.0, @paginate with a builder argument still required a matching model class name. Fixed in v4.4.2.

Fixed

lighthouse - ⚠️ v4.4.0

Published by spawnia about 5 years ago

⚠️ Warning

Contains an accidental BC that causes paginated fields to fail when the returned type name does not match a model. Fixed in v4.4.2.

Added

Fixed

Changed

Fixed

Deprecated

lighthouse - v4.3.0

Published by spawnia about 5 years ago

Added

Fixed

Changed

lighthouse - v4.2.1

Published by spawnia about 5 years ago

Fixed

lighthouse - v4.2.0

Published by spawnia about 5 years ago

Added

lighthouse - v4.1.1

Published by spawnia about 5 years ago

Fixed

lighthouse - v4.1.0

Published by spawnia about 5 years ago

Added

Deprecated

Fixed

lighthouse - v4.0.0

Published by spawnia about 5 years ago

Added

Fixed

Changed

Removed

Deprecated

  • The configuration option pagination_amount_argument will be removed in v5
lighthouse - v4.0-beta.2

Published by spawnia about 5 years ago

Added

Fixed

Changed

Removed

Deprecated

  • The configuration option pagination_amount_argument will be removed in v5
lighthouse - v4.0-beta.1

Published by spawnia over 5 years ago

Added

Fixed

Changed

Removed

Deprecated

  • The configuration option pagination_amount_argument will be removed in v5
lighthouse - v4.0-alpha.3

Published by spawnia over 5 years ago

Added

Fixed

Changed

Removed

lighthouse - v4.0-alpha.2

Published by spawnia over 5 years ago

Added

Fixed

Changed

Removed

lighthouse - v4.0-alpha.1

Published by spawnia over 5 years ago

Added

Fixed

Changed

Removed

lighthouse - v3.7.0

Published by spawnia over 5 years ago

Added

Fixed

Deprecated

  • The GraphQL facade and the container alias graphql will be removed in v4
lighthouse - v3.6.1

Published by spawnia over 5 years ago

Fixed

lighthouse - v3.6.0

Published by spawnia over 5 years ago

Added

Deprecated

lighthouse - v3.5.3

Published by spawnia over 5 years ago

Fixed

lighthouse - v3.5.2

Published by spawnia over 5 years ago

Fixed

Deprecated

  • The class SubscriptionExceptionHandler will be moved to the namespace Nuwave\Lighthouse\Subscriptions\Contracts
lighthouse -

Published by spawnia over 5 years ago

Fixed

lighthouse - v3.5.0

Published by spawnia over 5 years ago

Changed

Deprecated

  • The pagination field argument that controls the amount of results
    will default to first instead of count in v4. The config pagination_amount_argument
    can be used to change the argument name now https://github.com/nuwave/lighthouse/pull/752

Fixed