File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.4.2 (2016-09-25)
2
+
3
+ Features:
4
+
5
+ - Language Service 1.3.1: Support __ schema root in schema.json (compatible with graphene)
6
+
7
+ Changes:
8
+
9
+ - Fixes formatting exception when using ".if" live template in JSFile with injected GraphQL (#26 )
10
+
1
11
## 1.4.1 (2016-09-11)
2
12
3
13
Features:
Original file line number Diff line number Diff line change 10
10
<idea-plugin version =" 2" >
11
11
<id >com.intellij.lang.jsgraphql</id >
12
12
<name >JS GraphQL</name >
13
- <version >1.4.1 .143-145</version >
13
+ <version >1.4.2 .143-145</version >
14
14
<
vendor >Jim Kynde Meyer -
[email protected] </
vendor >
15
15
16
16
<description ><![CDATA[
29
29
30
30
<change-notes ><![CDATA[
31
31
<ul>
32
+ <li>1.4.2: Language Service 1.3.1: Support __schema root in schema.json.</li>
32
33
<li>1.4.1: Support for gql tagged templates used by Apollo and Lokka GraphQL Clients. Fixes false Error in Relay Mutation.</li>
33
34
<li>1.4.0: Language Service 1.2.0 based on graphql 0.7.0 and codemirror-graphql 0.5.4. Basic editor support for GraphQL Schema (.graphqls)</li>
34
35
<li>1.3.2: Removes GraphQL schema from scratch file formats.</li>
You can’t perform that action at this time.
0 commit comments