Skip to content

Commit cbcc684

Browse files
authored
Merge pull request #44 from Khan/changeset-release/main
Version Packages
2 parents a99fc38 + 4140a11 commit cbcc684

8 files changed

+23
-33
lines changed

.changeset/sixty-ties-brush.md

-6
This file was deleted.

.changeset/swift-zebras-destroy.md

-5
This file was deleted.

.changeset/tricky-files-fail.md

-7
This file was deleted.

.changeset/twelve-deers-invite.md

-5
This file was deleted.

.changeset/wet-numbers-wave.md

-2
This file was deleted.

.changeset/wise-kiwis-speak.md

-7
This file was deleted.

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @khanacademy/graphql-flow
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 1e1de13: BREAKING: Change config file format, split into 'crawl' and 'generate' sections
8+
See schema.json for new organization.
9+
- 284be55: [breaking] remove support for running graphql-flow via jest
10+
11+
Now the cli tool is the only way to invoke graphql-flow.
12+
13+
- 9f7f2d1: Breaking: removed support for multiple config files (to be replaced with override support in the central config file)
14+
15+
### Minor Changes
16+
17+
- a99fc38: Support multiple 'generate' configs, allowing projects to have different settings for different directories or files
18+
19+
`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.
20+
21+
### Patch Changes
22+
23+
- bcc06d0: Use jsonschema for validating the config file
24+
325
## 0.3.0
426

527
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@khanacademy/graphql-flow",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"bin": {
55
"graphql-flow": "./dist/cli/run.js"
66
},

0 commit comments

Comments
 (0)