-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
30 changed files
with
102 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.1.10-alpha.5](https://github.com/graphql/graphiql/compare/[email protected]@1.1.10-alpha.5) (2021-01-03) | ||
|
||
**Note:** Version bump only for package graphiql-parcel-example | ||
|
||
## [1.1.10-alpha.4](https://github.com/graphql/graphiql/compare/[email protected]@1.1.10-alpha.4) (2020-12-28) | ||
|
||
**Note:** Version bump only for package graphiql-parcel-example | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.1.1-alpha.5](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@[email protected]) (2021-01-03) | ||
|
||
**Note:** Version bump only for package example-graphiql-webpack | ||
|
||
## [1.1.1-alpha.4](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@[email protected]) (2020-12-28) | ||
|
||
**Note:** Version bump only for package example-graphiql-webpack | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.1.1-alpha.4](https://github.com/graphql/graphiql/compare/example-monaco-graphql-webpack@[email protected]) (2021-01-03) | ||
|
||
**Note:** Version bump only for package example-monaco-graphql-webpack | ||
|
||
## [1.1.1-alpha.3](https://github.com/graphql/graphiql/compare/example-monaco-graphql-webpack@[email protected]) (2020-12-28) | ||
|
||
**Note:** Version bump only for package example-monaco-graphql-webpack | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.14.0](https://github.com/graphql/graphiql/compare/[email protected]@0.14.0) (2021-01-03) | ||
|
||
### Features | ||
|
||
- merge completion logic (for implements &, variables) ([#1747](https://github.com/graphql/graphiql/issues/1747)) ([0ac0a85](https://github.com/graphql/graphiql/commit/0ac0a856cfc715d7885a9965a9a9114ef2ca4b1a)) | ||
|
||
## [0.13.1](https://github.com/graphql/graphiql/compare/[email protected]@0.13.1) (2020-12-28) | ||
|
||
**Note:** Version bump only for package codemirror-graphql | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "codemirror-graphql", | ||
"version": "0.13.1", | ||
"version": "0.14.0", | ||
"description": "GraphQL mode and helpers for CodeMirror.", | ||
"contributors": [ | ||
"Hyohyeon Jeong <[email protected]>", | ||
|
@@ -47,8 +47,8 @@ | |
"graphql": "^14.0.0 || ^15.0.0" | ||
}, | ||
"dependencies": { | ||
"graphql-language-service-interface": "^2.6.0", | ||
"graphql-language-service-parser": "^1.7.0" | ||
"graphql-language-service-interface": "^2.7.0", | ||
"graphql-language-service-parser": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "4.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.4](https://github.com/graphql/graphiql/compare/[email protected]@2.0.4) (2021-01-03) | ||
|
||
**Note:** Version bump only for package graphiql-2-rfc-context | ||
|
||
## [2.0.3](https://github.com/graphql/graphiql/compare/[email protected]@2.0.3) (2020-12-28) | ||
|
||
**Note:** Version bump only for package graphiql-2-rfc-context | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.2.2](https://github.com/graphql/graphiql/compare/[email protected]@1.2.2) (2021-01-03) | ||
|
||
**Note:** Version bump only for package graphiql | ||
|
||
## [1.2.1](https://github.com/graphql/graphiql/compare/[email protected]@1.2.1) (2020-12-28) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphiql", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "An graphical interactive in-browser GraphQL IDE.", | ||
"contributors": [ | ||
"Hyohyeon Jeong <[email protected]>", | ||
|
@@ -43,7 +43,7 @@ | |
}, | ||
"dependencies": { | ||
"codemirror": "^5.54.0", | ||
"codemirror-graphql": "^0.13.1", | ||
"codemirror-graphql": "^0.14.0", | ||
"copy-to-clipboard": "^3.2.0", | ||
"entities": "^2.0.0", | ||
"markdown-it": "^10.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.1.9](https://github.com/graphql/graphiql/compare/graphql-language-service-cli@[email protected]) (2021-01-03) | ||
|
||
**Note:** Version bump only for package graphql-language-service-cli | ||
|
||
## [3.1.8](https://github.com/graphql/graphiql/compare/graphql-language-service-cli@[email protected]) (2020-12-28) | ||
|
||
**Note:** Version bump only for package graphql-language-service-cli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-language-service-cli", | ||
"version": "3.1.8", | ||
"version": "3.1.9", | ||
"description": "An interface for building GraphQL language services for IDEs", | ||
"contributors": [ | ||
"Hyohyeon Jeong <[email protected]>", | ||
|
@@ -31,9 +31,9 @@ | |
}, | ||
"dependencies": { | ||
"@babel/polyfill": "7.8.7", | ||
"graphql-language-service": "^3.0.5", | ||
"graphql-language-service-server": "^2.5.8", | ||
"graphql-language-service-utils": "^2.4.3", | ||
"graphql-language-service": "^3.0.6", | ||
"graphql-language-service-server": "^2.5.9", | ||
"graphql-language-service-utils": "^2.4.4", | ||
"yargs": "^15.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.7.0](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@[email protected]) (2021-01-03) | ||
|
||
### Features | ||
|
||
- merge completion logic (for implements &, variables) ([#1747](https://github.com/graphql/graphiql/issues/1747)) ([0ac0a85](https://github.com/graphql/graphiql/commit/0ac0a856cfc715d7885a9965a9a9114ef2ca4b1a)) | ||
|
||
# [2.6.0](https://github.com/graphql/graphiql/compare/graphql-language-service-interface@[email protected]) (2020-12-28) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-language-service-interface", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "Interface to the GraphQL Language Service", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
@@ -27,9 +27,9 @@ | |
"graphql": "^14.0.0 || ^15.0.0" | ||
}, | ||
"dependencies": { | ||
"graphql-language-service-parser": "^1.7.0", | ||
"graphql-language-service-types": "^1.6.3", | ||
"graphql-language-service-utils": "^2.4.3", | ||
"graphql-language-service-parser": "^1.8.0", | ||
"graphql-language-service-types": "^1.7.0", | ||
"graphql-language-service-utils": "^2.4.4", | ||
"vscode-languageserver-types": "^3.15.1" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.8.0](https://github.com/graphql/graphiql/compare/graphql-language-service-parser@[email protected]) (2021-01-03) | ||
|
||
### Features | ||
|
||
- merge completion logic (for implements &, variables) ([#1747](https://github.com/graphql/graphiql/issues/1747)) ([0ac0a85](https://github.com/graphql/graphiql/commit/0ac0a856cfc715d7885a9965a9a9114ef2ca4b1a)) | ||
|
||
# [1.7.0](https://github.com/graphql/graphiql/compare/graphql-language-service-parser@[email protected]) (2020-12-28) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-language-service-parser", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "An online parser for GraphQL for use in syntax-highlighters and code intelligence tools", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
@@ -36,7 +36,7 @@ | |
"vscode-languageserver-types": "3.15.1" | ||
}, | ||
"dependencies": { | ||
"graphql-language-service-types": "^1.6.3" | ||
"graphql-language-service-types": "^1.7.0" | ||
}, | ||
"scripts": { | ||
"benchmark": "ts-node benchmark/index.ts" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.5.9](https://github.com/graphql/graphiql/compare/graphql-language-service-server@[email protected]) (2021-01-03) | ||
|
||
**Note:** Version bump only for package graphql-language-service-server | ||
|
||
## [2.5.8](https://github.com/graphql/graphiql/compare/graphql-language-service-server@[email protected]) (2020-12-28) | ||
|
||
**Note:** Version bump only for package graphql-language-service-server | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-language-service-server", | ||
"version": "2.5.8", | ||
"version": "2.5.9", | ||
"description": "Server process backing the GraphQL Language Service", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
@@ -33,8 +33,8 @@ | |
"dotenv": "8.2.0", | ||
"glob": "^7.1.2", | ||
"graphql-config": "^3.0.3", | ||
"graphql-language-service": "^3.0.5", | ||
"graphql-language-service-utils": "^2.4.3", | ||
"graphql-language-service": "^3.0.6", | ||
"graphql-language-service-utils": "^2.4.4", | ||
"mkdirp": "^1.0.4", | ||
"nullthrows": "^1.0.0", | ||
"vscode-jsonrpc": "^5.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.7.0](https://github.com/graphql/graphiql/compare/graphql-language-service-types@[email protected]) (2021-01-03) | ||
|
||
### Features | ||
|
||
- merge completion logic (for implements &, variables) ([#1747](https://github.com/graphql/graphiql/issues/1747)) ([0ac0a85](https://github.com/graphql/graphiql/commit/0ac0a856cfc715d7885a9965a9a9114ef2ca4b1a)) | ||
|
||
## [1.6.3](https://github.com/graphql/graphiql/compare/graphql-language-service-types@[email protected]) (2020-09-18) | ||
|
||
**Note:** Version bump only for package graphql-language-service-types | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-language-service-types", | ||
"version": "1.6.3", | ||
"version": "1.7.0", | ||
"description": "Types for building GraphQL language services for IDEs", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.4.4](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@[email protected]) (2021-01-03) | ||
|
||
**Note:** Version bump only for package graphql-language-service-utils | ||
|
||
## [2.4.3](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@[email protected]) (2020-09-18) | ||
|
||
**Note:** Version bump only for package graphql-language-service-utils | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphql-language-service-utils", | ||
"version": "2.4.3", | ||
"version": "2.4.4", | ||
"description": "Utilities to support the GraphQL Language Service", | ||
"contributors": [ | ||
"Greg Hurrell <[email protected]> (https://greg.hurrell.net/)", | ||
|
@@ -27,7 +27,7 @@ | |
"graphql": "^14.0.0 || ^15.0.0" | ||
}, | ||
"dependencies": { | ||
"graphql-language-service-types": "^1.6.3" | ||
"graphql-language-service-types": "^1.7.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^25.2.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.0.6](https://github.com/graphql/graphiql/compare/[email protected]@3.0.6) (2021-01-03) | ||
|
||
**Note:** Version bump only for package graphql-language-service | ||
|
||
## [3.0.5](https://github.com/graphql/graphiql/compare/[email protected]@3.0.5) (2020-12-28) | ||
|
||
**Note:** Version bump only for package graphql-language-service | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.3.5](https://github.com/graphql/graphiql/compare/[email protected]@0.3.5) (2021-01-03) | ||
|
||
**Note:** Version bump only for package monaco-graphql | ||
|
||
## [0.3.4](https://github.com/graphql/graphiql/compare/[email protected]@0.3.4) (2020-12-28) | ||
|
||
**Note:** Version bump only for package monaco-graphql | ||
|
Oops, something went wrong.