Releases: graphql-dotnet/conventions
Releases · graphql-dotnet/conventions
Version 1.1.7
- Expose
Validate()
method onRequestHandler
- Option to enable and disable validation as part of execution
- Expose error code and path on execution errors
- Fix rendering issue for enum default values in the schema printer
Version 1.1.6
- Defensively, assign type resolver delegate to ghost schema definitions
Version 1.1.5
- Fix dependency injection for merged schema definitions
Version 1.1.4
- Update project structure to support both new and old project formats
- Fix implicit operators for
Cursor
andId
- Fix connection generator extension
Version 1.1.3
- Fix schema printer
- Add web extensions
- Improve attribute registration
Version 1.1.2
- Fix issue where dependencies got reflected and consequently risked falling over.
- Fix injection of
IUserContext
,IResolutionContext
and Convention classes with no zero-parameter constructors. - Remove logging added in previous version.
Version 1.1.1
- Add helper functions and extensions for simplify initialisation of IDs and non-nulls.
- Don't fall over if no schemas are passed into the schema constructor.
- Add optional, injectable logging capabilities to the graph type adapter.
Version 1.1.0
- Restructure namespaces to simplify usage for consumers
- Re-introduce helper functions for generating connections from enumerables
Version 1.0.9
- Make sure implemented properties and methods are detected
- Use v0.14.6.657 of graphql-dotnet
Version 1.0.8
- Dependency injection fixes
- Use v0.14.5.654 of graphql-dotnet