Skip to content

v0.7.0

Choose a tag to compare

@daniel-chambers daniel-chambers released this 24 Jan 06:13
· 70 commits to main since this release
v0.7.0
7937e61
  • Rename @pure to @readonly
  • Add JSONValue type for arbitrary JSON
  • Block use of never, object, unknown, any and tuple types
  • Block use of function types as args/return values
  • Disallow use of union types in args and return types
  • Remove custom scalar generation as an unknown type fallback

Full Changelog: v0.6.0...v0.7.0