Skip to content

Releases: Ecodev/graphql-doctrine

5.0.1

23 Oct 23:31
65bf449

Choose a tag to compare

Fixed

  • Support for entities without any relations

5.0.0

10 Oct 12:27
ea111ae

Choose a tag to compare

Added

  • Support for MappingDriverChain

BREAKING CHANGE

  • Implementations of SortingInterface should add the new arguments and possibly use them

4.0.0

21 Jun 11:28
09460d1

Choose a tag to compare

Added

  • New operator group

BREAKING CHANGE

  • Update to graphql-php 0.12, custom types method signatures should be updated
  • Syntax for filtering changed to allow for more predictable behavior, see
    details in db3586e
  • Some GraphQL type names changed for consistency, this might need adjustement if you use them in client code

3.0.0

29 May 06:10
1d56b4d

Choose a tag to compare

Added

  • Automatic and custom API for filtering and sorting

BREAKING CHANGE

  • Use PSR-11 container to configure custom types, see docs for a usage example
  • Most classes are now final to avoid unintented API surface

2.0.1

15 Apr 02:40
6fb2a73

Choose a tag to compare

Fixed

  • Absence of default value was incorrectly exposed as a default value of null

2.0.0

14 Apr 13:38
7ab89af

Choose a tag to compare

Added

  • Introduce partial inputs for update mutations

Fixed

  • Getter with argument with default values can be called without any values
  • Upgrade graphql-php to 0.11

BREAKING CHANGE

  • Expose entities default values. The breaking change is not in PHP code, but in the API.
    Some fields will be changed from mandatory to optional with default value. It should
    not break existing API clients, but it may or may not have side-effects on API clients.

1.1.0

14 Apr 13:20
d507e92

Choose a tag to compare

Added

  • Support for self in type hinting
  • Compatibility with PHP 7.2

1.0.0

14 Apr 13:21
82ad8f1

Choose a tag to compare

1.0.0