Releases: byme8/ZeroQL
Releases · byme8/ZeroQL
v6.1.1-preview.1
Attempt to fix generated files detection inside Rider on MacOS.
v6.1.0
v6.1.0-preview.4
Cleanup nuget project.
v6.1.0-preview.3
Attempt to fix json parsing in VS inside msbuild task.
v6.1.0-preview.2
Fix casing for arguments.
v6.1.0-preview.1
What's Changed
Full Changelog: v6.0.0...v6.1.0-preview.1
v6.0.0
v6.0.0-preview.2
Fix nullable scalars inside array.
v6.0.0-preview.1
Adds automatic client generation based on the config file.
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