Skip to content

v0.11.3

Compare
Choose a tag to compare
@VojtechVitek VojtechVitek released this 20 Jul 13:51
· 67 commits to master since this release
895ed7b
Fix uppercase method input/return arguments (#22)

This change matches the TypeScript generator:
https://github.com/webrpc/gen-typescript/blob/master/types.go.tmpl#L51-L63

Given the following schema:

  service ExampleService
    - GetUser(UserID: uint64) => (USER: User)

The golang generator wrongly generated "userID" and "uSER" arguments over JSON.