Skip to content

Releases: Khan/graphql-flow

v3.1.1

30 Jul 19:31
7401909
Compare
Choose a tag to compare

Patch Changes

  • 45f09ef: Fix up some more alias resolution in graphql-flow.

v3.1.0

26 Jul 19:46
b0ea7e8
Compare
Choose a tag to compare

Minor Changes

v3.0.1

02 Jul 16:19
a091fe4
Compare
Choose a tag to compare

Patch Changes

  • c6be76f: Search through untracked files for graphql-tag. Don't error out on files that can't be found.

v3.0.0

28 Aug 19:45
4a4aebd
Compare
Choose a tag to compare

Major Changes

  • ad68019: Update 'graphql' to 16.3.x (requires consumers to change their version of 'graphql')

v2.0.0

23 Jul 15:55
57a6bac
Compare
Choose a tag to compare

Major Changes

  • 38eb544: Generate TypeScript directly and only TypeScript

Minor Changes

v1.2.0

21 Jun 20:36
5409f1e
Compare
Choose a tag to compare

Minor Changes

  • e1e9fde: Add --omitFileExtensions option

v1.1.2

17 May 18:38
c881221
Compare
Choose a tag to compare

Patch Changes

  • 9867001: Fix empty variables object

v1.1.1

17 May 17:20
02b2ac3
Compare
Choose a tag to compare

Patch Changes

  • a581359: Fix processing of typescript imports that don't use an extension

v1.1.0

12 Sep 17:14
15c843c
Compare
Choose a tag to compare

Minor Changes

  • c7367a1: Basic TypeScript support!

v1.0.0

07 Jun 21:25
cbcc684
Compare
Choose a tag to compare

Major Changes

  • 1e1de13: BREAKING: Change config file format, split into 'crawl' and 'generate' sections
    See schema.json for new organization.

  • 284be55: [breaking] remove support for running graphql-flow via jest

    Now the cli tool is the only way to invoke graphql-flow.

  • 9f7f2d1: Breaking: removed support for multiple config files (to be replaced with override support in the central config file)

Minor Changes

  • a99fc38: Support multiple 'generate' configs, allowing projects to have different settings for different directories or files

    config.generate can now be an object or an array of objects, with match and exclude arrays (either a RegExp or a string that will be passed to new RegExp()) to fine-tune which files they apply to.

Patch Changes

  • bcc06d0: Use jsonschema for validating the config file