Skip to content

Releases: rigglo/gql

v0.5.1 - Fix SDL

05 Jul 11:04
b360fe7
Compare
Choose a tag to compare

Fix SDL

Fixes

  • Fixed SDL, the InputObject type's sdl was not rendering

v0.5.0

11 Sep 17:14
1e904de
Compare
Choose a tag to compare

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 uses gql.TypeSystemDirectives
  • Added an AstValidator field to Scalars

v0.4.3

15 Jul 14:06
Compare
Choose a tag to compare

Fixes

  • Fix validation and coercion of List values

v0.4.2

04 Jun 10:04
Compare
Choose a tag to compare

Updates

  • Updated examples
  • Disabled goroutines in default executor
  • Updated README

v0.4.1

29 May 15:12
Compare
Choose a tag to compare

New

  • Changed scalar ID input parsing, parses everything into string

v0.4.0

19 May 18:09
0138a6d
Compare
Choose a tag to compare

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

11 May 19:02
6488c23
Compare
Choose a tag to compare

Add full language (parser and ast) support

v0.3.0

01 May 13:13
Compare
Choose a tag to compare
  • fully implemented Scalars
  • passthrough values that implement json.Marshaler to the final result

v0.2.5

24 Apr 12:56
Compare
Choose a tag to compare
  • fix default resolver
  • fix/update typeWalker
    • added DateTime to initial types
    • added walk through for InputObjects

v0.2.4

24 Apr 10:53
Compare
Choose a tag to compare
  • fix unset context issue
  • fix typeWalker loop issue