Skip to content

Releases: cufyorg/graphkt

RC 2.0.0-0

14 Apr 06:16
c7d14de

Choose a tag to compare

Merge pull request #9 from lsafer-meemer/main

maintenance 2

Beta 2.0.0 8

05 Sep 12:45
a1547a2

Choose a tag to compare

Merge pull request #6 from lsafer-meemer/main

fix(graphql-java): getter blocks wrong cast

Beta 2.0.0 7 - Mutable Variants instead of Builders

15 May 15:31

Choose a tag to compare

Beta 2.0.0 6 - Minor improvements

27 Apr 15:20

Choose a tag to compare

Beta 2.0.0 5 - Builtin Scalars and Directives

25 Feb 14:59

Choose a tag to compare

  • fixes for issues with builtin directives
  • configurations for builtin scalars
  • added non-standard scalar Void

Beta 2.0.0 4

21 Feb 08:16

Choose a tag to compare

  • Field container getters
  • blocking getters
  • local improvements
  • removed generics from engine configuration
  • ktor route before { ... } and after { ... } configuration blocks.
  • various bug fixes

Beta 2.0.0 3

12 Jan 00:17

Choose a tag to compare

Beta 2.0.0 3 Pre-release
Pre-release
fix: Dsl Annotation

Description:
Was wrongly named `MonktDsl`

Fix:
Renamed to `GraphQLDsl`

Beta 2.0.0 2

09 Jan 17:01

Choose a tag to compare

Beta 2.0.0 2 Pre-release
Pre-release
2.0.0-beta.2

feat: Engine shortcut

Beta 2.0.0 1

09 Jan 15:49

Choose a tag to compare

Beta 2.0.0 1 Pre-release
Pre-release
  • fixed jitpack issues
  • renamed GraphQLBigIntegerType to GraphQLIntegerType

Beta 2.0.0 0

09 Jan 14:32

Choose a tag to compare

Beta 2.0.0 0 Pre-release
Pre-release
2.0.0-beta.0

fix: Merge resolve gone wrong