|
2 | 2 |
|
3 | 3 | # Changelog |
4 | 4 |
|
5 | | -## [3.1.0] - 2021-10-31 |
| 5 | +## [3.1.0] - 2021-11-23 |
6 | 6 |
|
7 | 7 | ### Added |
8 | | -- Load variables from .env files. New supported file names: `.env.dev`,`.env.dev.local`. |
| 8 | + |
| 9 | +- More filenames are supported for .env files: `.env.dev`,`.env.dev.local`. |
| 10 | +- Spell-checking for string literals. |
| 11 | +- GitHub error reporter for plugin exceptions. Additional logging has also been implemented, so feel free to report an error! |
| 12 | +- Type definitions for the Apollo Federation. Can be enabled in the settings. |
| 13 | +- Type definitions discovery in JAR libraries for the Netflix's DGS framework (https://netflix.github.io/dgs/). |
| 14 | +- A new option that prevents opening the editor with the result after an introspection request. |
| 15 | +- Colors for the built-in Monokai editor scheme. |
| 16 | +- Schema directives introspection. Support for the "repeatable" directives is disabled by default and can be enabled in the settings. |
| 17 | +- Automatic insertion of curly braces for fields without arguments in code completion. |
| 18 | + |
| 19 | +### Fixed |
| 20 | + |
| 21 | +- Fixed introspection schemas in JSON format. Previously, when the schema had the JSON format, all fields could be marked as unresolved. |
| 22 | +- Fixed .graphqlconfig file type association which led to a lack of highlighting and missing line markers. |
| 23 | + |
| 24 | +### Changed |
| 25 | + |
| 26 | +- Minor improvements in the formatting of introspection results. |
9 | 27 |
|
10 | 28 | ## [3.0.0] - 2021-07-16 |
11 | 29 |
|
|
24 | 42 | - Enabled ESLint support for GraphQL. |
25 | 43 |
|
26 | 44 | ### Changed |
| 45 | + |
27 | 46 | - Improved completion for variables in queries. |
28 | 47 | - Improved readability of error messages. |
29 | 48 |
|
30 | 49 | ### Fixed |
| 50 | + |
31 | 51 | - Emojis in the end-of-line comments. |
32 | 52 | - Fixed resolve for directive arguments. |
33 | 53 | - Fixed resolve for default object argument fields. |
|
36 | 56 | ## [2.9.1] - 2021-03-02 |
37 | 57 |
|
38 | 58 | ### Fixed |
| 59 | + |
39 | 60 | - SSL certificate check could be disabled (#435) |
40 | 61 |
|
41 | 62 | ## [2.9.0] - 2021-02-24 |
42 | 63 |
|
43 | 64 | ### Added |
| 65 | + |
44 | 66 | - GZip response handling (#427) |
45 | 67 |
|
46 | 68 | ### Fixed |
| 69 | + |
47 | 70 | - Startup exception caused by Relay detection (#431) |
48 | 71 | - Search for configuration through the whole project root hierarchy (#423) |
49 | 72 |
|
50 | 73 | ## [2.8.0] - 2021-02-16 |
51 | 74 |
|
52 | 75 | ### Added |
| 76 | + |
53 | 77 | - Loading env variables from .env file (#426) |
54 | 78 |
|
55 | 79 | ### Fixed |
| 80 | + |
56 | 81 | - Executing a single selected query (#418) |
57 | 82 |
|
58 | 83 | ## [2.7.1] - 2021-01-15 |
59 | 84 |
|
60 | 85 | ### Fixed |
| 86 | + |
61 | 87 | - Compatibility with 2021.1 |
62 | 88 | - Possible cause of the broken auto-complete |
63 | 89 | - Fixed semantic highlighting when errors are in the same range (#383) |
64 | 90 |
|
65 | 91 | ## [2.7.0] - 2020-11-25 |
66 | 92 |
|
67 | 93 | ### Fixed |
| 94 | + |
68 | 95 | - Compatibility with 2020.3 |
69 | 96 | - Exception when using default parameter values (#412) |
70 | 97 |
|
71 | 98 | ### Added |
| 99 | + |
72 | 100 | - @required, @inline and @preloadable directives for Relay |
73 | 101 | - Support for .gql file types |
74 | 102 |
|
|
0 commit comments