Releases: jerowork/graphql-attribute-schema
Releases · jerowork/graphql-attribute-schema
0.6.5
Changelog
- Bump webonyx/graphql-php from 15.20.1 to 15.24.0 24d937b
- Bump several dev dependencies (quality tools)
Full changelog: 0.6.4...0.6.5
0.6.4
Changelog
- Fix: Allow null input values for InputType and enums (#20)
Full changelog: 0.6.3...0.6.4
0.6.3
Changelog
- Replace
roave/better-reflection
with native PHP Tokenizer (#10)
- Internal refactors, increasing test coverage (#11)
- Bump vendor to latest
Full changelog: 0.6.2...0.6.3
0.6.2
Changelog
- Fix: Enable interface Types on field level (as well) (#9)
- Documentation updates (by @spawnia)
Full changelog: 0.6.1...0.6.2
0.6.1
Changelog
- Fix: Use typeResolvers to resolve field arguments as well (3d918ef)
- Improvement: Lazy load types and fields (0556d05)
Full changelog: 0.6.0...0.6.1
0.6.0
Changelog
- [New feature] Deferred type loading (#3)
Full changelog: 0.5.0...0.6.0
0.5.0
Changelog
- [Improvement] Drop internal
ScalarType
in favor of Webonyx's ScalarType
(#2)
- Bump dependencies
Full changelog: 0.4.0...0.5.0
0.4.0
Changelog
- Internal: Extract creation of
PageInfo
and Edge
from main resolver (a167025)
- [Fix] Allow nullable input arguments (1d36f39)
- Remove configurable
first
in ConnectionType
(relay connections) (f9531b4, dd5ce0a)
- Bump dependencies
Full changelog: 0.3.1...0.4.0
0.3.0
Changelog
- [BC] Introduce
#[InterfaceType]
instead of #[Type]
to define GraphQL interfaces 2a067f0
- [New] Allow defining GraphQL interfaces on classes (optional abstract classes)
- [New] Allow interfaces implementing interfaces, interface classes extending interface classes, etc.
- Bump dependencies
Full changelog: 0.2.1...0.3.0