Skip to content

Releases: mll-lab/graphql-php-scalars

v4.1.1

05 May 10:23
Compare
Choose a tag to compare

Fixed

  • Move ext-json to require section in composer.json

v4.1.0

02 May 08:47
Compare
Choose a tag to compare

Changed

  • Improve error message when values can not be coerced into strings

v4.0.0

13 Dec 15:50
0390c58
Compare
Choose a tag to compare

Added

  • Support PHP 8

Changed

  • Rename Mixed class to MixedScalar because mixed is a reserved name in PHP 8.
    The GraphQL name of the scalar is still Mixed so the schema does not change.

v3.1.0

25 Jun 19:17
Compare
Choose a tag to compare

Added

  • Support webonyx/graphql-php@^14.0.0

v3.0.2

20 Apr 20:27
Compare
Choose a tag to compare

Changed

  • Move util functions to class for better autoloading

v3.0.1

13 Apr 14:41
Compare
Choose a tag to compare

Fixed

  • Export only minimally needed files in distribution package

v3.0.0

20 Feb 12:42
Compare
Choose a tag to compare

Changed

  • Bump dependencies of various packages

Removed

  • Remove support for PHP 7.1

Add JSON scalar

28 Mar 08:30
Compare
Choose a tag to compare
v2.1.0

Apply fixes from StyleCI

Enhanced descriptions

15 Mar 09:03
Compare
Choose a tag to compare
v2.0.1

Enhance descriptions

webonyx/graphql-php 0.13 and PHP 7.1

21 Dec 07:58
Compare
Choose a tag to compare
v2.0.0

Apply fixes from StyleCI