Skip to content

Commit b9a6b73

Browse files
Added v2.0 dev note to readme
1 parent 15768dd commit b9a6b73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# JS GraphQL IntelliJ Plugin
44

5+
__Note:__ V2.0 is in active development. See the [v2 branch](https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/tree/v2) and [#164]( https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/issues/164)
6+
57
GraphQL language support including Relay.QL tagged templates in JavaScript and TypeScript.
68

79
It provides the following features in IntelliJ IDEA, WebStorm, RubyMine, PhpStorm, and PyCharm:
@@ -14,7 +16,7 @@ It provides the following features in IntelliJ IDEA, WebStorm, RubyMine, PhpStor
1416
- Configurable GraphQL schema retrieval and reloading based on a local file or a url using 'then-request'
1517
- Execute queries with variables against configurable endpoints
1618

17-
It depends on [js-graphql-language-service](https://github.com/jimkyndemeyer/js-graphql-language-service) that it manages using a Node.js process handler.
19+
V1.x depends on [js-graphql-language-service](https://github.com/jimkyndemeyer/js-graphql-language-service) that it manages using a Node.js process handler.
1820

1921
## Installation
2022
1. Install Node JS

0 commit comments

Comments
 (0)