Releases: byme8/ZeroQL
Releases · byme8/ZeroQL
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
v4.2.0-preview.2
Fixes #51