Releases: mll-lab/graphql-php-scalars
Releases · mll-lab/graphql-php-scalars
Add JSON scalar
v2.1.0 Apply fixes from StyleCI
Enhanced descriptions
v2.0.1 Enhance descriptions
webonyx/graphql-php 0.13 and PHP 7.1
v2.0.0 Apply fixes from StyleCI
v1.0.2
Make the rest of the Regex methods static as well
v1.0.1 Make the rest of the Regex methods static as well
Change Regex::regex to public static
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
Values are now always put into a string with Utils::printSafeJson
Add Mixed scalar
v0.2.0 Apply fixes from StyleCI
First useful version, let's go!
v0.1.0 Apply fixes from StyleCI