Releases: API-Skeletons/zf-doctrine-graphql
Releases · API-Skeletons/zf-doctrine-graphql
3.0.0
2.0.3
This release corrects minimum requirement installation for composer in Travis.
2.0.2
Fixed
- A better approach for custom types.
2.0.1
Fixed
- Allow for custom Doctrine mapping types and custom GraphQL types
2.0.0
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
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
Added
- Introspection of entity types is now supported.
- Documentation of entity types is now supported.
- GraphiQL is now supported.
1.0.4
Changed
- Field and filters are now more-correctly determined using the right-most underscore. This enables field names with underscores.
1.0.3
Added
- 100% code coverage
- Unit tests for distinct filter
- Docs on http://graphql.apiskeletons.com
1.0.2
Changed
Consolidated all extract operations into a central HydratorExtractTool.