Skip to content

2.0

Choose a tag to compare

@peldax peldax released this 06 Jan 09:42
· 7 commits to master since this release

Version 2.0 🎉

  • Changed interface of ScalarType, validateNonNulFunction is replaced by validateAndCoerceInput / coerceOutput to allow more flexibility with scalar values. ‼️ Major BC, 🏆 feature
  • Removed option to set description for type by using class constant. Only attribute can be used from now. ⚠️ BC
  • Significantly reduced code in core classes, some code has been moved to Visitors to reduce objects size. ⚠️ BC
  • Changed namespace of multiple internal classes. ⚠️ BC
  • Bumped minimum PHP version to 8.2 - readonly classes are used for internal dtos.
  • Added additional validation of resolver function return types. 🏆 feature