You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,32 @@
2
2
3
3
# Changelog
4
4
5
+
## [3.0.0] - 2021-07-16
6
+
7
+
### Added
8
+
9
+
- Added separate configurable inspections for existing schema and query validation rules, e.g. **Unresolved reference**, **Type redefinition**, **Member redefinition**, **Duplicate argument**, **Duplicate directive**, and many more.
10
+
- Added support for repeatable directives.
11
+
- Added support for `extend schema` syntax.
12
+
- Added support for schema descriptions.
13
+
- Added support for subscription directives.
14
+
- Added several Relay built-in directives.
15
+
- Supported suppression of inspections with comment for the definition or the whole file.
16
+
- Changing the file highlight level in the editor prevents any inspections from being displayed.
17
+
- Load variables from .env files. Supported file names: `.env.local`,`.env.development.local`,`.env.development`,`.env`.
18
+
- Injections using `#graphql` and `/* GraphQL */` comments.
19
+
- Enabled ESLint support for GraphQL.
20
+
21
+
### Changed
22
+
- Improved completion for variables in queries.
23
+
- Improved readability of error messages.
24
+
25
+
### Fixed
26
+
- Emojis in the end-of-line comments.
27
+
- Fixed resolve for directive arguments.
28
+
- Fixed resolve for default object argument fields.
29
+
- Fixed displaying Apollo `@client` fields as errors.
Copy file name to clipboardExpand all lines: README.md
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,44 @@ The main documentation site is available at https://jimkyndemeyer.github.io/js-g
23
23
24
24
## Which IDEs are compatible with the plugin?
25
25
26
-
The plugin is compatible with version 2018.2+ (182.711 or later) of all IDEs based on the IntelliJ Platform, including but not limited to WebStorm, IntelliJ IDEA, Android Studio, RubyMine, PhpStorm, and PyCharm.
26
+
The plugin is compatible with version 2019.3+ (193.7288 or later) of all IDEs based on the IntelliJ Platform, including but not limited to WebStorm, IntelliJ IDEA, Android Studio, RubyMine, PhpStorm, and PyCharm.
27
27
28
28
## Where can I get the plugin?
29
29
30
30
The plugin is published to the [JetBrains Plugin Repository](https://plugins.jetbrains.com/plugin/8097-js-graphql).
31
31
32
32
To install it, open your IDE "Settings", "Plugins", "Marketplace" and search for "GraphQL".
0 commit comments