All Versions
14
Latest Version
Avg Release Cycle
18 days
Latest Release
1530 days ago
Changelog History
Page 1
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 -
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