Releases: graphpql/graphpinator
Releases · graphpql/graphpinator
2.0 RC5 - final RC
- Release notes of RC1: https://github.com/graphpql/graphpinator/releases/tag/v2.0-rc1
- Additional refactoring of Value classes.
- There could be much more to improve, but lets go with what we have now, there have been enough breaking changes already.
2.0 RC4
- Release notes of RC1: https://github.com/graphpql/graphpinator/releases/tag/v2.0-rc1
- Additional validation for field resolve function types.
2.0 RC3
- Release notes of RC1: https://github.com/graphpql/graphpinator/releases/tag/v2.0-rc1
- Unified code inside list value classes
2.0 RC2
- Release notes of RC1: https://github.com/graphpql/graphpinator/releases/tag/v2.0-rc1
- Moved all schema validation logic into ValidateIntegrityVisitor
2.0 RC1
Version 2.0 RC1 🎉
Whats new
- Changed interface of ScalarType,
validateNonNulFunctionis replaced byvalidateAndCoerceInput/coerceOutputto allow more flexibility with scalar values.‼️ Major BC - Removed option to set description for type by using class constant. Only attribute can be used from now.
⚠️ Minor BC - Significantly reduced code in core classes, some code has been moved to Visitors to reduce objects size.
⚠️ Potential BC - Bumped minimum PHP version to 8.2.
- Changed location/interface of multiple internal classes.
⚠️ Potential BC