Skip to content

Releases: mll-lab/graphql-php-scalars

Add JSON scalar

28 Mar 08:30

Choose a tag to compare

v2.1.0

Apply fixes from StyleCI

Enhanced descriptions

15 Mar 09:03

Choose a tag to compare

v2.0.1

Enhance descriptions

webonyx/graphql-php 0.13 and PHP 7.1

21 Dec 07:58

Choose a tag to compare

v2.0.0

Apply fixes from StyleCI

v1.0.2

17 Nov 18:17
adde60a

Choose a tag to compare

Use AST::valueFromASTUntyped to simplify the Mixed scalar (#4)

Make the rest of the Regex methods static as well

06 Nov 10:54

Choose a tag to compare

v1.0.1

Make the rest of the Regex methods static as well

Change Regex::regex to public static

05 Nov 14:24

Choose a tag to compare

Breaking

Change the method signature of protected function regex(): string to public static function regex(): string when extending the Regex class.

This allows accessing the regex from other classes to avoid duplicating it somewhere else.

Unify error messages

30 Sep 21:09

Choose a tag to compare

Values are now always put into a string with Utils::printSafeJson

Add Mixed scalar

30 Sep 20:33

Choose a tag to compare

v0.2.0

Apply fixes from StyleCI

First useful version, let's go!

28 Sep 14:42

Choose a tag to compare

v0.1.0

Apply fixes from StyleCI