Skip to content

v0.12.0

Compare
Choose a tag to compare
@daniel-chambers daniel-chambers released this 31 Jan 08:26
· 42 commits to main since this release
v0.12.0
5d1b6ea
  • Add support for JSDoc descriptions from object types (#3)
  • Fix type name conflicts when using generic interfaces (#4)
  • Improve error handling of errors thrown from functions (#5)
    • The entire causal stack trace is now captured as an error detail for unhandled errors
    • sdk.Forbidden, sdk.Conflict, sdk.UnprocessableContent can be thrown to return error details to GraphQL API clients

Full Changelog: v0.11.0...v0.12.0