Releases: cufyorg/graphkt
Releases · cufyorg/graphkt
RC 2.0.0-0
Merge pull request #9 from lsafer-meemer/main maintenance 2
Beta 2.0.0 8
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
Beta 2.0.0 6 - Minor improvements
Full Changelog: 2.0.0-beta.5...2.0.0-beta.6
Beta 2.0.0 5 - Builtin Scalars and Directives
- fixes for issues with builtin directives
- configurations for builtin scalars
- added non-standard scalar
Void
Beta 2.0.0 4
- Field container getters
- blocking getters
- local improvements
- removed generics from engine configuration
- ktor route
before { ... }
andafter { ... }
configuration blocks. - various bug fixes
Beta 2.0.0 3
fix: Dsl Annotation Description: Was wrongly named `MonktDsl` Fix: Renamed to `GraphQLDsl`
Beta 2.0.0 2
2.0.0-beta.2 feat: Engine shortcut
Beta 2.0.0 1
- fixed jitpack issues
- renamed
GraphQLBigIntegerType
toGraphQLIntegerType
Beta 2.0.0 0
2.0.0-beta.0 fix: Merge resolve gone wrong