Skip to content

Releases: graphpql/graphpinator

2.0 RC5 - final RC

23 Dec 23:19
2a42cc6

Choose a tag to compare

2.0 RC5 - final RC Pre-release
Pre-release

2.0 RC4

22 Dec 10:06
0dcb64e

Choose a tag to compare

2.0 RC4 Pre-release
Pre-release

2.0 RC3

18 Dec 21:45
51b794e

Choose a tag to compare

2.0 RC3 Pre-release
Pre-release

2.0 RC2

18 Dec 12:51
23f1c5f

Choose a tag to compare

2.0 RC2 Pre-release
Pre-release

2.0 RC1

17 Dec 22:28
3f06535

Choose a tag to compare

2.0 RC1 Pre-release
Pre-release

Version 2.0 RC1 🎉

Whats new

  • Changed interface of ScalarType, validateNonNulFunction is replaced by validateAndCoerceInput / coerceOutput to 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

v1.7.7

26 Jun 12:08
9157e57

Choose a tag to compare

  • Fixed handling of null value in complex selectionSet resolving

1.7.6

21 Feb 11:53
e5b161a

Choose a tag to compare

  • Improved schema integrity validation with two additional checks Thanks @safrpa

1.7.5

18 Oct 08:43

Choose a tag to compare

  • Fixed a bug where nested inputs of the same type would not initialize properties in certain scenarios
  • maintanence

1.7.4

30 Aug 07:22
6f73b19

Choose a tag to compare

  • Fixed a bug where enum literal value was accepted for string/ID types under certain conditions

1.7.3

12 Aug 12:18

Choose a tag to compare

  • Extended type of SimpleContainer init parameters from array to iterable
    • Can be used in tandem with Symfonys AutowireIterator without conversion to arrray