Releases: rigglo/gql
Releases · rigglo/gql
v0.5.1 - Fix SDL
Fix SDL
Fixes
- Fixed SDL, the InputObject type's sdl was not rendering
v0.5.0
Welcome Docs and Apollo Federation
New
- Added docs, will continue improving it and add examples
- Added
federation
package to support Apollo Federation - Added SDL support (it's WIP), but there's an
(*Schema).SDL() string
function which generates a basic SDL - Refactored the
language/lexer
package, made it faster and more efficient, decreased the amount of allocations
Breaking Change
- Changed the way directives are set in the type system, instead of
gql.Directives
, it usesgql.TypeSystemDirectives
- Added an
AstValidator
field toScalar
s
v0.4.3
Fixes
- Fix validation and coercion of
List
values
v0.4.2
Updates
- Updated examples
- Disabled goroutines in default executor
- Updated README
v0.4.1
New
- Changed scalar
ID
input parsing, parses everything into string
v0.4.0
New:
- Change GraphiQL to Playground
- Add Subscriptions support
- Add root value to a schema
Fix:
- Fix interfaces on object types in introspection
v0.3.1
Add full language (parser and ast) support
v0.3.0
- fully implemented Scalars
- passthrough values that implement
json.Marshaler
to the final result
v0.2.5
- fix default resolver
- fix/update typeWalker
- added DateTime to initial types
- added walk through for InputObjects
v0.2.4
- fix unset context issue
- fix typeWalker loop issue