Skip to content

v0.6.0

Compare
Choose a tag to compare
@vektah vektah released this 03 Oct 00:38
· 2033 commits to master since this release

Changed

  • Signpost methods are generated for empty interfaces - #335
  • Non-Required arguments with defaults keep their pointers (foo: Int = 1 -> foo *int) - #359

Added

  • Extensions can now be added to the response via the RequestContext - #334
  • Payload of websocket init message can now be fetched - #348

Fixed

  • Contexts from middleware are propagated down the execution tree - #353
  • Embedding pointers to structs now works correctly - #358
  • goimports will no longer magically add missing imports - #365