Skip to content

Releases: thecodingmachine/graphqlite-laravel

v6.2.2

10 May 07:07
Compare
Choose a tag to compare

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

28 Apr 17:38
Compare
Choose a tag to compare

What's new

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

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

v6.2.0

07 Apr 19:18
4694583
Compare
Choose a tag to compare

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

05 Apr 15:45
44a98e4
Compare
Choose a tag to compare

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

05 Apr 10:24
5ade008
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v6.0.0

30 Jan 07:13
2ea6703
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v5.0.0

10 Nov 08:19
738e585
Compare
Choose a tag to compare

Dependencies update:

v4.1.0

04 Jan 16:02
a74423f
Compare
Choose a tag to compare

Bugfix release

  • #30 Fixing bug introduced by making UploadMiddleware optional

v4.0.3

14 Sep 07:12
1bf377a
Compare
Choose a tag to compare

Features:

v4.0.2

05 Mar 21:27
51d15ce
Compare
Choose a tag to compare

Improvements:

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