All Versions
14
Latest Version
Avg Release Cycle
18 days
Latest Release
1530 days ago

Changelog History
Page 1

  • v0.6.3 Changes

    October 04, 2020

    ๐Ÿ›  Fixes:

    • (spring boot) return the actual MultipartFile instance on the provided Upload scalar
  • v0.6.2

    September 13, 2020
  • v0.6.1 Changes

    September 13, 2020

    ๐Ÿ”‹ Features:

    • (codegen): Skip field definitions with "kResolver" directive for class generation ("kGenerate")
  • v0.6.0

    August 11, 2020
  • v0.5.0 Changes

    June 26, 2020

    ๐Ÿ”‹ Features:

    • (codegen) Add @Suppress("UNCHECKED_CAST") to resolver functions
    • (codegen) Add the name of the field container to the package to avoid resolver interface clashes ( Breaking change ) #3
    • (codegen) Add input/output functions to generated enums to simplify usage with existing enums #1
  • v0.4.0 Changes

    June 08, 2020

    ๐Ÿ›  Fixes:

    • (codegen) Fix some compiler warnings

    Internal:

    • โšก๏ธ Updated all dependencies to their last versions
    • ๐Ÿ”จ Buildscript has been refactored
    • ๐Ÿ†• New tests have been written

    graphql-java has been updated to 15.0, which introduces some new features.

  • v0.3.3 Changes

    June 01, 2020

    ๐Ÿ›  Fixes:

    • (spring boot) Allow nested variables
    • (codegen) Add "Char" to scalar mapping

    โž• Additionally, the documentation has been slightly updated and the test coverage has been increased.

  • v0.3.2 Changes

    April 25, 2020

    ๐Ÿ›  Fixes:

    • (codegen) Use a unique name for the "buildByMap" method of InputObjects to avoid clashes
  • v0.3.1 Changes

    March 21, 2020

    ๐Ÿ›  Fixes:

    • (codegen) "startCursor" and "endCursor" on PageInfo is no optional, as the edges may be empty
    • (spring-boot) remove unnecessary println
  • v0.3.0 Changes

    March 21, 2020

    ๐Ÿ”‹ Features:

    • (codegen & spring-boot) Implement pagination (See here)
    • (codegen) The codegen will now generate interfaces instead of abstract classes for field resolvers
    • (codegen) Rename the Environment class for field resolvers to Env

    Other:

    • ๐Ÿ”จ Internal refactorings