Releases: Thinkmill/ts-gql
Releases · Thinkmill/ts-gql
@ts-gql/config@0.2.0
Minor Changes
caa1974
Thanks @mitchellhamilton! - Support scalars option
@ts-gql/compiler@0.5.0
Minor Changes
caa1974
Thanks @mitchellhamilton! - Support scalars option
Patch Changes
- Updated dependencies [
caa1974
]:- @ts-gql/config@0.2.0
@ts-gql/apollo@0.7.0
Minor Changes
3a062d4
Thanks @mitchellhamilton! - Disallow the usage of onCompleted and onError
@ts-gql/tag@0.5.1
Patch Changes
89bbe8b
Thanks @mitchellhamilton! - Fix the type of thedocuments
field
@ts-gql/next@4.0.0
Major Changes
987ae27
Thanks @mitchellhamilton! - Exit the process when ts-gql fails with a fatal error(this means something has gone very wrong, not that a user has a syntax error, a GraphQL error or etc.)
Patch Changes
@ts-gql/compiler@0.4.2
Patch Changes
afaa32a
Thanks @mitchellhamilton! - Fix a generated import in the schema types file
@ts-gql/compiler@0.4.1
Patch Changes
23aba77
Thanks @mitchellhamilton! - Fix generating incorrect error files
@ts-gql/compiler@0.4.0
Minor Changes
-
e0cdba4
Thanks @mitchellhamilton! - Add indentation back to printed GraphQL documents -
ef7a2fe
Thanks @mitchellhamilton! - Re-generate generated files if the content is not what the compiler generated -
987ae27
Thanks @mitchellhamilton! - Optimise compiler performance
@ts-gql/apollo@0.6.1
Patch Changes
72467ba
Thanks @mitchellhamilton! - Fix a type
@ts-gql/apollo@0.6.0
Minor Changes
ece17c7
Thanks @mitchellhamilton! - Add peerDependency on react