Releases: byme8/ZeroQL
Releases · byme8/ZeroQL
v5.0.0
- Adds the ability to intercept HTTP requests via injectable IHttpHandler. Thanks to @jenschude
- Support schema without
schema
definition whenQuery
andMutation
types are avaliable - Fix issues in the type system when the class name can clash with the property name or interfaces have covariant returns
- Add validation to zero config file
v5.0.0-preview.9
Merge pull request #62 from jenschude/client_ihttphandler_fix use IHttpHandler in generated client constructor
v5.0.0-preview.8
Take to account when the same variable is used multiple times with di…
v5.0.0-preview.7
Add the ability to intercept HTTP requests via injectable IHttpHandler
. Thanks to @jenschude
v5.0.0-preview.6
If schema is missing try to search by the type names.
v5.0.0-preview.5
Fix graphql schema generation when there is a covariant type miss match.
v5.0.0-preview.4
Improve schema declaration that allows types to have different class …
v5.0.0-preview.3
Rework class name clash fixing.
v5.0.0-preview.2
Fix generation for case when type name equal to a property name.
v5.0.0-preview.1
- Add a suffix to the class name when it is identical to a property name. #54
- Add validation to the ZeroQL config to avoid situations when the old CLI version is executed on the new config with new properties. More details here