Skip to content

Releases: thecodingmachine/graphqlite-laravel

v6.2.2

Choose a tag to compare

@moufmouf moufmouf released this 10 May 07:07

What's Changed

  • Overriding SchemaPrinter to bypass check on Subscriptions. by @moufmouf in #47

Full Changelog: v6.2.1...v6.2.2

v6.2.1

Choose a tag to compare

@moufmouf moufmouf released this 28 Apr 17:38

What's new

  • Adding a graphqlite:export-schema command by @moufmouf in #44

Full Changelog: v6.2.0...v6.2.1

v6.2.0

Choose a tag to compare

@moufmouf moufmouf released this 07 Apr 19:18
4694583

What's Changed

  • Add a config variable to set the HTTP code in the operations by @Alejinho in #27
  • Adding an option to set HttpCodeDecider by @moufmouf in #43

Full Changelog: v6.1.0...v6.2.0

v6.1.0

Choose a tag to compare

@moufmouf moufmouf released this 05 Apr 15:45
44a98e4

What's Changed

  • Adding compatibility with Laravel 9 and 10 by @moufmouf in #42

Full Changelog: v6.0.1...v6.1.0

v6.0.1

Choose a tag to compare

@moufmouf moufmouf released this 05 Apr 10:24
5ade008

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.0.1

v6.0.0

Choose a tag to compare

@moufmouf moufmouf released this 30 Jan 07:13
2ea6703

What's Changed

New Contributors

Full Changelog: v5.0.0...v6.0.0

v5.0.0

Choose a tag to compare

@devmaslov devmaslov released this 10 Nov 08:19
738e585

Dependencies update:

v4.1.0

Choose a tag to compare

@moufmouf moufmouf released this 04 Jan 16:02
a74423f

Bugfix release

  • #30 Fixing bug introduced by making UploadMiddleware optional

v4.0.3

Choose a tag to compare

@moufmouf moufmouf released this 14 Sep 07:12
1bf377a

Features:

v4.0.2

Choose a tag to compare

@moufmouf moufmouf released this 05 Mar 21:27
51d15ce

Improvements:

  • Adding compatibility with Laravel 7
  • Migrating from Zend-Diactoros (deprecated) to Laminas-Diactoros