Skip to content

Releases: mll-lab/graphql-php-scalars

v1.0.2

17 Nov 18:17
adde60a
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

Add Mixed scalar

30 Sep 20:33
Compare
Choose a tag to compare
v0.2.0

Apply fixes from StyleCI

First useful version, let's go!

28 Sep 14:42
Compare
Choose a tag to compare
v0.1.0

Apply fixes from StyleCI