1
1
# Changelog
2
2
3
+ ## 1.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #4 ] ( https://github.com/relay-tools/relay-graphql-js/pull/4 ) [ ` 684b909 ` ] ( https://github.com/relay-tools/relay-graphql-js/commit/684b909512fafc584da4415d60bf0caca899e571 ) Thanks [ @acao ] ( https://github.com/acao ) ! - ## Improvements
8
+
9
+ - use ` RelayKnownArgumentNames ` in both configs
10
+ - export ` validationRules ` from core ` generateConfig `
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[ ` 684b909 ` ] ( https://github.com/relay-tools/relay-graphql-js/commit/684b909512fafc584da4415d60bf0caca899e571 ) , [ ` 63f3d9f ` ] ( https://github.com/relay-tools/relay-graphql-js/commit/63f3d9f87eb3b14e2eb080811ff9e605f54c099a )] :
15
+ - @relay-graphql-js/generate-config @0.1.0
16
+
3
17
All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
4
18
5
19
### [ 1.5.1] ( https://github.com/relay-tools/vscode-apollo-relay/compare/v1.4.4...v1.5.1 ) (2020-09-19)
@@ -8,66 +22,57 @@ All notable changes to this project will be documented in this file. See [standa
8
22
9
23
### [ 1.4.3] ( https://github.com/relay-tools/vscode-apollo-relay/compare/v1.4.2...v1.4.3 ) (2019-09-24)
10
24
11
-
12
25
### Bug Fixes
13
26
14
- * Ensure Apollo NoMissingClientDirectives rule is never used ([ 06b312b] ( https://github.com/relay-tools/vscode-apollo-relay/commit/06b312b ) )
27
+ - Ensure Apollo NoMissingClientDirectives rule is never used ([ 06b312b] ( https://github.com/relay-tools/vscode-apollo-relay/commit/06b312b ) )
15
28
16
29
### [ 1.4.2] ( https://github.com/relay-tools/vscode-apollo-relay/compare/v1.4.1...v1.4.2 ) (2019-09-18)
17
30
18
-
19
31
### Bug Fixes
20
32
21
- * Actually be compatible with relay v6 ([ 065ff0a] ( https://github.com/relay-tools/vscode-apollo-relay/commit/065ff0a ) )
33
+ - Actually be compatible with relay v6 ([ 065ff0a] ( https://github.com/relay-tools/vscode-apollo-relay/commit/065ff0a ) )
22
34
23
35
### [ 1.4.1] ( https://github.com/relay-tools/vscode-apollo-relay/compare/v1.4.0...v1.4.1 ) (2019-09-18)
24
36
25
-
26
37
### Bug Fixes
27
38
28
- * Make compatible with relay v6. ([ fc16681] ( https://github.com/relay-tools/vscode-apollo-relay/commit/fc16681 ) ), closes [ #17 ] ( https://github.com/relay-tools/vscode-apollo-relay/issues/17 )
39
+ - Make compatible with relay v6. ([ fc16681] ( https://github.com/relay-tools/vscode-apollo-relay/commit/fc16681 ) ), closes [ #17 ] ( https://github.com/relay-tools/vscode-apollo-relay/issues/17 )
29
40
30
41
## [ 1.4.0] ( https://github.com/relay-tools/vscode-apollo-relay/compare/v1.3.1...v1.4.0 ) (2019-09-17)
31
42
32
-
33
43
### Features
34
44
35
- * Pagination validation ([ 29c8445] ( https://github.com/relay-tools/vscode-apollo-relay/commit/29c8445 ) )
45
+ - Pagination validation ([ 29c8445] ( https://github.com/relay-tools/vscode-apollo-relay/commit/29c8445 ) )
36
46
37
47
### [ 1.3.1] ( https://github.com/relay-tools/vscode-apollo-relay/compare/v1.3.0...v1.3.1 ) (2019-09-12)
38
48
39
-
40
49
### Bug Fixes
41
50
42
- * Fix example of manual config. ([ 1c42df5] ( https://github.com/relay-tools/vscode-apollo-relay/commit/1c42df5 ) )
51
+ - Fix example of manual config. ([ 1c42df5] ( https://github.com/relay-tools/vscode-apollo-relay/commit/1c42df5 ) )
43
52
44
53
## [ 1.3.0] ( https://github.com/relay-tools/vscode-apollo-relay/compare/v1.2.0...v1.3.0 ) (2019-09-11)
45
54
46
-
47
55
### Features
48
56
49
- * Validate default values ([ 42264c2] ( https://github.com/relay-tools/vscode-apollo-relay/commit/42264c2 ) )
57
+ - Validate default values ([ 42264c2] ( https://github.com/relay-tools/vscode-apollo-relay/commit/42264c2 ) )
50
58
51
59
## [ 1.2.0] ( https://github.com/relay-tools/vscode-apollo-relay/compare/v1.1.1...v1.2.0 ) (2019-09-11)
52
60
53
-
54
61
### Features
55
62
56
- * Validate literal argument values ([ 9b2276c] ( https://github.com/relay-tools/vscode-apollo-relay/commit/9b2276c ) )
63
+ - Validate literal argument values ([ 9b2276c] ( https://github.com/relay-tools/vscode-apollo-relay/commit/9b2276c ) )
57
64
58
65
### [ 1.1.1] ( https://github.com/relay-tools/vscode-apollo-relay/compare/v1.1.0...v1.1.1 ) (2019-09-10)
59
66
60
-
61
67
### Bug Fixes
62
68
63
- * Don't import isInputType from ` graphql ` itself ([ 9d9c2ed] ( https://github.com/relay-tools/vscode-apollo-relay/commit/9d9c2ed ) )
69
+ - Don't import isInputType from ` graphql ` itself ([ 9d9c2ed] ( https://github.com/relay-tools/vscode-apollo-relay/commit/9d9c2ed ) )
64
70
65
71
## [ 1.1.0] ( https://github.com/relay-tools/vscode-apollo-relay/compare/v1.0.2...v1.1.0 ) (2019-09-10)
66
72
67
-
68
73
### Features
69
74
70
- * Adds variable validation. ([ 71c2783] ( https://github.com/relay-tools/vscode-apollo-relay/commit/71c2783 ) ), closes [ #7 ] ( https://github.com/relay-tools/vscode-apollo-relay/issues/7 )
75
+ - Adds variable validation. ([ 71c2783] ( https://github.com/relay-tools/vscode-apollo-relay/commit/71c2783 ) ), closes [ #7 ] ( https://github.com/relay-tools/vscode-apollo-relay/issues/7 )
71
76
72
77
### [ 1.0.2] ( https://github.com/relay-tools/vscode-apollo-relay/compare/v1.0.1...v1.0.2 ) (2019-09-09)
73
78
0 commit comments