Skip to content

Commit ed86288

Browse files
committed
Changelog 3.1.0
1 parent 6793653 commit ed86288

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,28 @@
22

33
# Changelog
44

5-
## [3.1.0] - 2021-10-31
5+
## [3.1.0] - 2021-11-23
66

77
### 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.
927

1028
## [3.0.0] - 2021-07-16
1129

@@ -24,10 +42,12 @@
2442
- Enabled ESLint support for GraphQL.
2543

2644
### Changed
45+
2746
- Improved completion for variables in queries.
2847
- Improved readability of error messages.
2948

3049
### Fixed
50+
3151
- Emojis in the end-of-line comments.
3252
- Fixed resolve for directive arguments.
3353
- Fixed resolve for default object argument fields.
@@ -36,39 +56,47 @@
3656
## [2.9.1] - 2021-03-02
3757

3858
### Fixed
59+
3960
- SSL certificate check could be disabled (#435)
4061

4162
## [2.9.0] - 2021-02-24
4263

4364
### Added
65+
4466
- GZip response handling (#427)
4567

4668
### Fixed
69+
4770
- Startup exception caused by Relay detection (#431)
4871
- Search for configuration through the whole project root hierarchy (#423)
4972

5073
## [2.8.0] - 2021-02-16
5174

5275
### Added
76+
5377
- Loading env variables from .env file (#426)
5478

5579
### Fixed
80+
5681
- Executing a single selected query (#418)
5782

5883
## [2.7.1] - 2021-01-15
5984

6085
### Fixed
86+
6187
- Compatibility with 2021.1
6288
- Possible cause of the broken auto-complete
6389
- Fixed semantic highlighting when errors are in the same range (#383)
6490

6591
## [2.7.0] - 2020-11-25
6692

6793
### Fixed
94+
6895
- Compatibility with 2020.3
6996
- Exception when using default parameter values (#412)
7097

7198
### Added
99+
72100
- @required, @inline and @preloadable directives for Relay
73101
- Support for .gql file types
74102

0 commit comments

Comments
 (0)