Skip to content

Releases: API-Skeletons/zf-doctrine-graphql

3.0.0

06 Oct 00:42
fa7c10d
Compare
Choose a tag to compare

Added

  • Collections are now handled with lazy loading

Removed

  • The memberOf filter has been removed

2.0.3

11 Jan 01:34
95af9d7
Compare
Choose a tag to compare

This release corrects minimum requirement installation for composer in Travis.

2.0.2

09 Sep 02:54
b093215
Compare
Choose a tag to compare

Fixed

  • A better approach for custom types.

2.0.1

08 Sep 23:22
7499984
Compare
Choose a tag to compare

Fixed

  • Allow for custom Doctrine mapping types and custom GraphQL types

2.0.0

03 Jul 23:00
30b1325
Compare
Choose a tag to compare

Added

  • Event to override a GraphQL Type for any field.
  • Documentation for Hydrators.
  • PHPStan 0.10 passing

Changed

  • All Criteria classes renamed to Criteria from Filter. (BC Break)
  • All events moved to the ZF\Doctrine\GraphQL\Event namespace. (BC Break)

1.0.6

02 Jul 01:00
39ad39a
Compare
Choose a tag to compare

Added

  • Ordering of Entities by Name in generated config
  • Ordering of field names and association names in generated config
  • Passes phpstan 0.10
  • Lots of new documentation and restructuring
  • New intro in README

1.0.5

28 Jun 05:33
9263bc9
Compare
Choose a tag to compare

Added

  • Introspection of entity types is now supported.
  • Documentation of entity types is now supported.
  • GraphiQL is now supported.

1.0.4

25 Jun 22:00
fc94e0d
Compare
Choose a tag to compare

Changed

  • Field and filters are now more-correctly determined using the right-most underscore. This enables field names with underscores.

1.0.3

24 Jun 04:17
cbeb8e3
Compare
Choose a tag to compare

Added

1.0.2

23 Jun 20:36
bfeec3b
Compare
Choose a tag to compare

Changed

Consolidated all extract operations into a central HydratorExtractTool.