Releases: Khan/graphql-flow
Releases · Khan/graphql-flow
v3.2.0
Minor Changes
- 96c201e: Add a noComments config option to exclude all comments in the output
- 7c01b6a: Add a --schema-file graphql argument, and allow exporting a function from the config.js file
- 96c201e: Add a
noComments
config option to exclude all comments
v3.1.3
Patch Changes
- a8be4ea: Fix file extension toggling, improve file writing.
v3.1.2
Patch Changes
- 09f72b5: Fix handling of input objects with required attributes that have a default value
v3.1.1
Patch Changes
- 45f09ef: Fix up some more alias resolution in graphql-flow.
v3.0.1
Patch Changes
- c6be76f: Search through untracked files for graphql-tag. Don't error out on files that can't be found.
v3.0.0
Major Changes
- ad68019: Update 'graphql' to 16.3.x (requires consumers to change their version of 'graphql')
v2.0.0
Major Changes
- 38eb544: Generate TypeScript directly and only TypeScript
Minor Changes
v1.2.0
Minor Changes
- e1e9fde: Add --omitFileExtensions option