Releases: mll-lab/graphql-php-scalars
Releases · mll-lab/graphql-php-scalars
v5.0.0
Fixed
- Return coerced string value in
Regex::parseValue()
Changed
- Require
egulias/email-validator:^3
Removed
- Drop support for PHP 7.2 and 7.3
v4.1.1
Fixed
- Move
ext-json
to require
section in composer.json
v4.1.0
Changed
- Improve error message when values can not be coerced into strings
v4.0.0
Added
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
Added
- Support
webonyx/graphql-php@^14.0.0
v3.0.2
Changed
- Move util functions to class for better autoloading
v3.0.1
Fixed
- Export only minimally needed files in distribution package
v3.0.0
Changed
- Bump dependencies of various packages
Removed
- Remove support for PHP 7.1
Add JSON scalar
v2.1.0
Apply fixes from StyleCI
Enhanced descriptions
v2.0.1
Enhance descriptions