Skip to content

Releases: laragraph/utils

v2.3.1

Choose a tag to compare

@spawnia spawnia released this 04 Mar 07:17
0c32d90

Fixed

  • Ignore query parameters in non-GET requests #26

v2.3.0

Choose a tag to compare

@spawnia spawnia released this 19 Feb 16:48

Added

  • Support Laravel 13 #22

v2.2.0

Choose a tag to compare

@spawnia spawnia released this 12 Feb 13:19

Added

  • Support Laravel 12 #20
  • Support thecodingmachine/safe 3 #21

v2.1.0

Choose a tag to compare

@spawnia spawnia released this 18 Feb 10:25

Added

  • Support Laravel 11 #16

v2.0.3

Choose a tag to compare

@spawnia spawnia released this 30 Nov 16:05

Fixed

  • Do not publish tests directory in composer package #15

v2.0.2

Choose a tag to compare

@spawnia spawnia released this 16 May 12:51

Fixed

  • Throw BadMultipartRequestGraphQLException for invalid multipart/form-data requests #14

v2.0.1

Choose a tag to compare

@spawnia spawnia released this 20 Mar 10:20
a70d4f2

Fixed

  • Fix parsing batched queries

v2.0.0

Choose a tag to compare

@spawnia spawnia released this 20 Mar 09:12

Changed

  • Rely on $request->input() instead of manually json decoding request body #12

v1.6.0

Choose a tag to compare

@spawnia spawnia released this 31 Jan 11:37
802c2c2

Added

  • Support Laravel 10

v1.5.0

Choose a tag to compare

@spawnia spawnia released this 13 Jan 08:47
8e4d483

Added

  • Support webonyx/graphql-php:^15