Skip to content

Releases: nrfta/go-gqlgen-helpers

v0.7.0

03 May 19:55
1d5ba73
Compare
Choose a tag to compare

🏠 Internal

📦 Dependencies


Contributors

@dependabot, @dependabot[bot], @gjarmstrong and @josemarluedke


For full changes, see the comparison between v0.6.0 and v0.7.0

v0.6.0

18 Dec 16:51
706b13a
Compare
Choose a tag to compare

💥 Breaking Change


Contributors

@josemarluedke and @strobus


For full changes, see the comparison between v0.5.2 and v0.6.0

v0.5.2

15 Jul 17:44
267af28
Compare
Choose a tag to compare

🐛 Bug Fix


Contributors

@josemarluedke


For full changes, see the comparison between v0.5.1 and v0.5.2

v0.5.1

08 Jul 00:13
07527a8
Compare
Choose a tag to compare

🐛 Bug Fix


Contributors

@josemarluedke


For full changes, see the comparison between v0.5.0 and v0.5.1

v0.5.0

08 Jul 00:02
df17661
Compare
Choose a tag to compare

🚀 Enhancement


Contributors

@josemarluedke


For full changes, see the comparison between v0.4.1 and v0.5.0

v0.4.1

10 Feb 23:01
2310d05
Compare
Choose a tag to compare

🐛 Bug Fix


Contributors

@josemarluedke


For full changes, see the comparison between v0.4.0 and v0.5.0

v0.4.0

28 Oct 00:16
a9db4a6
Compare
Choose a tag to compare
  • Drop support for go 1.12
  • Refactor error handling for gqlgen v0.13 (removes the previous workaround from the last release)

Contributors

@josemarluedke


For full changes, see the comparison between v0.3.0 and v0.4.0

v0.3.0

22 Oct 14:03
Compare
Choose a tag to compare
  • GraphQL wraps errors thrown in directives into a non-exported field. However, the Message field is copied to the outer error. This change allows encoded error information in the Message field to be used to generate a customError (github.com/nrfta/go-errors). The Message field should be formatted as <errorCode>;<message>.

Contributors

@strobus


For full changes, see the comparison between v0.2.0 and v0.3.0

v0.2.0

21 May 18:06
539e227
Compare
Choose a tag to compare

💥 Breaking Change

📦 Dependencies


Contributors

@josemarluedke


For full changes, see the comparison between v0.1.0 and v0.2.0

v0.1.0

22 Jan 20:39
ffa4228
Compare
Choose a tag to compare

🚀 Enhancement


Contributors

@josemarluedke