Skip to content

v0.11.2

Compare
Choose a tag to compare
@vektah vektah released this 05 Mar 01:11
· 1268 commits to master since this release

Added

  • Executor is now public, so if you want to build your own handler package, or skip it in tests you can - #1050
  • Uploads now make the content type available to the resolver - #1074
  • Generated resolvers now pass golint again - #1054
  • Can now check if a function is executing within an operation context - #1051

Updated

  • Now on the latest urfav cli - #1057

Fixed

  • GenerateCode is now only called once during generation - #1079