Skip to content

Releases: ermadmi78/kobby

Release 1.4.1

15 Feb 18:33
Compare
Choose a tag to compare

Bug fixes

  • Graphql enums with "name" field #21

Contributors

Release 1.4.0

09 Dec 12:48
Compare
Choose a tag to compare

New features

  • Ability to configure access to the context from the entity interface #20

Contributors

Release 1.3.1

18 Nov 16:48
Compare
Choose a tag to compare

Bug fixes

  • Kobby does not escape Kotlin keywords in fields and argument names #17
  • Field name "block" conflicts with argument block in copy function of DTO class #18

Contributors

Release 1.3.0

19 Oct 09:59
Compare
Choose a tag to compare

New features

  • Generate GraphQL query builders by schema #12

Bug fixes

  • Non-informative error text when type does not contain inherit fields #16

Contributors

Release 1.2.0

11 Oct 17:36
Compare
Choose a tag to compare

New features

  • Build plugin options to configure the Jackson annotations #9

Bug fixes

  • Validation error when deserializing nested GraphQL inputs #13
  • "Variable 'counter' is never used" warning #10

Contributors

Release 1.1.0

13 Sep 13:11
Compare
Choose a tag to compare

Generate toString() function for entities

Release 1.0.0

02 Sep 08:07
Compare
Choose a tag to compare

This is the first stable version of the Kobby Plugin after 7 alpha and 12 beta versions.
Contains:

  • Gradle Plugin
  • Maven Plugin
  • Documentation
  • Test cases
  • Examples

Release 1.0.0-beta.12

31 Aug 10:01
Compare
Choose a tag to compare
Release 1.0.0-beta.12 Pre-release
Pre-release

Documentation
Gradle extension KDoc's
Schema validation
Lots of test cases
Bug fixing

Release 1.0.0-beta.11

11 Aug 17:22
Compare
Choose a tag to compare
Release 1.0.0-beta.11 Pre-release
Pre-release

Make conditions non-breaking to avoid compilation errors
Fix plugin description

Release 1.0.0-beta.10

29 Jul 13:22
Compare
Choose a tag to compare
Release 1.0.0-beta.10 Pre-release
Pre-release

Kobby Maven Plugin
Infrastructure for Gradle integration tests
Set of test cases
Set of codegen improvements