Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@DAB0mB DAB0mB released this 27 Feb 02:21
· 59 commits to master since this release

Exposed options: gqlMagicComment, globalGqlIdentifierName and modules. See README.md for more info.

Breaking changes

  • defaultGqlIdentifierName renamed to globalGqlIdentifierName which I think makes more sense (we can even remove it)
  • gqlPackName and defaultGqlIdentifierName are now modules (each module has a name property and an optional identifier - no identifier means it's a default export).