Skip to content

Releases: Ecodev/graphql-doctrine

11.0.1

30 Dec 12:58
Immutable release. Only release title and notes can be modified.
11.0.1
e72eac0

Choose a tag to compare

Changes

  • Drop support for PHP 8.2 and 8.3

11.0.0

27 Apr 11:37
11.0.0
9ce071d

Choose a tag to compare

BREAKING CHANGE

  • Requires Doctrine ORM 3.3
  • Custom operators cannot return null anymore. You should return empty string instead.

10.1.0

07 Apr 12:52
10.1.0
2d1aeef

Choose a tag to compare

Added

  • Support proper generic Collection

    We incorrectly supported Collection<Foo>, while Doctrine collections
    should actually be Collection<int, Foo>.

    All type hints in user code must be adapted accordingly.

10.0.1

16 Jul 04:29
10.0.1
58d3509

Choose a tag to compare

Changes

  • Can use type ID in API\Input

10.0.0

17 Jun 11:15
10.0.0
087f559

Choose a tag to compare

BREAKING CHANGE

  • New TypesInterface::loadType()

9.0.0

02 Nov 06:07
9.0.0
5acf016

Choose a tag to compare

BREAKING CHANGE

8.1.2

28 Sep 09:39
8.1.2
9b0cfdb

Choose a tag to compare

Changes

  • Not found entity will throw a UserError, not an Error

8.1.1

15 Sep 02:53
8.1.1
85206bc

Choose a tag to compare

Changes

  • Minimal version is PHP 8.2

8.1.0

10 May 15:19
8.1.0
21415a6

Choose a tag to compare

Added

  • Add new emptyStringAsHighest to sorting

8.0.1

26 Apr 03:51
8.0.1
4c370af

Choose a tag to compare

Changes

  • Slighlty improve attribute documentation and typing