Skip to content

Releases: studio-net/laravel-graphql

Version 0.9.7

14 Mar 14:40
Compare
Choose a tag to compare

HotFix: bug in filter pipe when resolver was not defined.

Version 0.9.6

14 Mar 14:23
Compare
Choose a tag to compare
  • Improve definition of filterables fields #39 (thx @lorado)
  • Breaking : Forces saving UTC in database, and sending values in timezone from config('app.timezone').

I hope this will not break things for you, but timezones are so complex - and not managed correctly by laravel.

Version 0.9.5

29 Nov 14:45
Compare
Choose a tag to compare
  • upgrades to webonyx/graphql-php 0.13
  • always returns httpcode 200 on errors

Version 0.9.4

18 Oct 12:32
c8b95d1
Compare
Choose a tag to compare

Fixes

  • allow pipe definition with params (#34)
  • document pipelines (31c12d9)

Version 0.9.3

24 Sep 10:28
Compare
Choose a tag to compare
  • implements exception handler for debug mode purpose. Now, when the APP_DEBUG is set to true, you will see backtrace on every thrown exception. Have a good debugging process ! 😂

Version 0.9.2

21 Sep 15:20
ea7320b
Compare
Choose a tag to compare
fix(relations): fix bug with overriden Model relations

also refactor StoreTransformer Relations management

Version 0.9.1

11 Sep 13:10
4cc1501
Compare
Choose a tag to compare
Merge pull request #27 from lorado/bug/26

Fixing n+1 relations problem

Version 0.9.0 [BC Break]

10 Sep 14:58
99618dc
Compare
Choose a tag to compare
Merge pull request #30 from studio-net/f-laravel57

Laravel 5.7

Version 0.8.1 : adds pagination (Breaking Change)

29 May 07:59
Compare
Choose a tag to compare

⚠ Breaking Change

Adds pagination support.

To achieve this, all the lists had to be wrapped in items.

See https://github.com/studio-net/laravel-graphql#pagination--limit-take-offset-skip

Version 0.7.0

21 May 09:12
Compare
Choose a tag to compare
  • supports laravel 5.6
  • removes support for laravel < 5.5