Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 13:15
· 104 commits to master since this release
2cb4268

Improvements to parsing logic for responses:

  • If response struct members are in snake-case - Go struct should have member in camel-case
  • It is now possible to use type aliases when decoding a response (#1)
  • It is now possible to use pointers to fields, without getting an error (#2)