Skip to content

v0.11.0

Compare
Choose a tag to compare
@dotansimha dotansimha released this 21 Aug 18:09
· 7170 commits to master since this release

v0.11.0 includes a lot of new features, new templates and a lot of fixes. You can read more about it here

It also includes:

  • [Core] The codegen now validates client-side documents against the schema before trying to generate it. (Thanks @Jontem)
  • [Core] Added interfacePrefix to enums (Thanks @ardatan)
  • [TypeScript] Pascal-case for enums (Thanks @ardatan)
  • [TypeScript] Generated resolver signature now defined as non-optional fields. (Thanks @kamilkisiela )
  • [Apollo-React] NEW TEMPLATE! (Thanks @ardatan )
  • [Apollo-Angular] NEW TEMPLATE! (Thanks @kamilkisiela )
  • [Core] Added support for #import syntax (Thanks @davidyaha )
  • [Core] Avoid escaping prepend lines (Thanks @sgoll )