|
10 | 10 | <idea-plugin> |
11 | 11 | <id>com.intellij.lang.jsgraphql</id> |
12 | 12 | <name>JS GraphQL</name> |
13 | | - <version>2.0.0-alpha-1</version> |
| 13 | + <version>2.0.0-alpha-2</version> |
14 | 14 | < vendor>Jim Kynde Meyer - [email protected]</ vendor> |
15 | 15 |
|
16 | 16 | <description><![CDATA[ |
17 | 17 | <p>GraphQL language support including Relay.QL tagged templates in JavaScript and TypeScript.</p> |
18 | 18 | <p>Provides the following features:</p> |
19 | 19 | <ul> |
20 | | - <li>Schema-aware completion, error highlighting, and documentation</li> |
| 20 | + <li>Schema-aware completion, error highlighting</li> |
21 | 21 | <li>Syntax highlighting, code-formatting, folding, commenter, and brace-matching</li> |
22 | 22 | <li>'Find Usages' and 'Go to Declaration' for schema types and fields</li> |
23 | | - <li>Schema viewer and 'Go to Implementation' for schema interfaces</li> |
24 | | - <li>'Structure view' to navigate GraphQL and GraphQL Schema files</li> |
25 | | - <li>Configurable GraphQL schema retrieval and reloading based on a local file or a url using 'then-request'</li> |
| 23 | + <li>'Go to Implementation' for schema interfaces</li> |
26 | 24 | <li>Execute queries with variables against configurable endpoints</li> |
27 | 25 | </ul> |
28 | 26 | ]]></description> |
29 | 27 |
|
30 | 28 | <change-notes><![CDATA[ |
31 | 29 | <ul> |
32 | | - <li>1.7.2: Restore whitespace tokens for top level fragment placeholders in Apollo to preserve them during format lines.</li> |
33 | | - <li>1.7.1: Node 10 Buffer deprecation warning no longer read by plugin as an error in the language service. Two additional minor bug-fixes.</li> |
34 | | - <li>1.7.0: Fixed editor background loading issue. Language Service 1.5.1: Support for strongly typed variable placeholders in GraphQL tagged templates. Support for declaring annotations in Endpoint language.</li> |
35 | | - <li>1.6.3: 'Editor > Code Style' never loads In WebStorm 2017.3.</li> |
36 | | - <li>1.6.2: Resolve fragment references under progress in annotator to ensure WebStorm 2017.3 compatibility.</li> |
37 | | - <li>1.6.1: 2017.3 compatibility.</li> |
38 | | - <li>1.6.0: Support for Relay Modern fragments. Language Service 1.5.0: Support for loading the schema from .graphql file (Relay Modern projects).</li> |
39 | | - <li>1.5.4: Only show the error console automatically on the first error in the project. Fixes Int variables being sent as floats. Fixes auto-import is not placed on a new line in JS files with GraphQL templates.</li> |
40 | | - <li>1.5.3: Support Relay Modern graphql.experimental tag.</li> |
41 | | - <li>1.5.2: Pass "variables" in payload to GraphQL server as JSON.</li> |
42 | | - <li>1.5.1: Compatible with IntelliJ IDEA 2017.1 EAP tagged template expressions.</li> |
43 | | - <li>1.5.0: Language Service 1.4.0 based on graphql 0.9.1 and codemirror-graphql 0.6.2. Experimental support for GraphQL Endpoint Language (.graphqle)</li> |
44 | | - <li>1.4.4: Fixes Assertion failed: Caret model is in its update process.</li> |
45 | | - <li>1.4.3: GraphQL configuration page for indentation. Language Service 1.3.2: Object literal for variables in getFragment closes Relay.QL template expression.</li> |
46 | | - <li>1.4.2: Language Service 1.3.1: Support __schema root in schema.json.</li> |
47 | | - <li>1.4.1: Support for gql tagged templates used by Apollo and Lokka GraphQL Clients. Fixes false Error in Relay Mutation.</li> |
48 | | - <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> |
49 | | - <li>1.3.3: Fixes compatibility issue with IDEA 2016.2.2</li> |
50 | | - <li>1.3.2: Removes GraphQL schema from scratch file formats.</li> |
51 | | - <li>1.3.1: Fixes compatibility issue with WebStorm 2016.2 EAP.</li> |
52 | | - <li>1.3.0: Adds support for GraphQL Scratch Files. Query results are now formatted.</li> |
53 | | - <li>1.2.0: Contextual query support: Execute buffer, selection, or named operations at the caret position in the GraphQL editor</li> |
54 | | - <li>1.1.1: Completion after ... fragment spread operator. Language Service 1.1.1 based on graphql 0.4.16 and codemirror-graphql 0.2.2</li> |
55 | | - <li>1.1.0: Find usages, schema viewer, structure view</li> |
| 30 | + <li>2.0.0-alpha-2: Language support for GraphQL draft spec as of June 2018. Compatible with Android Studio 3.1 and IntelliJ IDEA Community Edition</li> |
56 | 31 | </ul> |
57 | 32 | ]]> |
58 | 33 | </change-notes> |
|
0 commit comments