Releases: alumbra/alumbra.analyzer
Releases · alumbra/alumbra.analyzer
Canonical Operation Object Fields (v0.1.17)
Nullable Enums (v0.1.16)
Breaking Changes
None.
Bugfixes
Fixes an NPE when supplying null
to a nullable enum value.
Artifact Coordinates
[alumbra/analyzer "0.1.16"]
Nullable Variables (v0.1.15)
Breaking Changes
None.
Bugfixes
- nullable variables (without default value) do no longer have to be explicitly given.
Artifact Coordinates
[alumbra/analyzer "0.1.15"]
Enum Default Values (v0.1.14)
Breaking Changes
None.
Bugfixes
- fixes canonicalization of enum default values.
Artifact Coordinates
[alumbra/analyzer "0.1.14"]
Argument Default Values (v0.1.13)
Breaking Changes
None.
Bugfixes
- argument default values are now included in the analyzed schema output.
- argument default values are now used during canonicalisation.
Artifact Coordinates
[alumbra/analyzer "0.1.13"]
Interface Fragment Spreads (v0.1.12)
Breaking Changes
None.
Bugfixes
:valid-fragment-spreads
is now computed correctly for interfaces (see alumbra/alumbra#20).
Artifact Coordinates
[alumbra/analyzer "0.1.12"]
Variable Type Errors (v0.1.11)
Breaking Changes
- variable type errors are now thrown as
IllegalArgumentException
, notAssertionError
.
Bugfixes
- variables not matching a list type had the element type within the error message, not the list type.
- the variable nullability check was not working.
Features
- dedicated error message for variable nullability mismatches.
Artifact Coordinates
[alumbra/analyzer "0.1.11"]
Schema Analyzing Order (v0.1.10)
Breaking Changes
None.
Bugfixes
- interface implementations get processed correctly now, no matter whether the interface declaration or implementation is given first (see alumbra/alumbra#19).
Artifact Coordinates
[alumbra/analyzer "0.1.10"]
Dependency Upgrade (v0.1.9)
Breaking Changes
None.
Dependencies
This upgrades the specter
dependency to 1.0.0
.
Artifact Coordinates
[alumbra/analyzer "0.1.9"]
Fragment Variables Fix (v0.1.8)
Breaking Changes
None.
Bugfixes
- Fixes alumbra/alumbra#15.
Artifact Coordinates
[alumbra/analyzer "0.1.8"]