Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphql/graphiql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: graphql-language-service-server@2.5.0-alpha.5
Choose a base ref
...
head repository: graphql/graphiql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: graphql-language-service-server@2.5.0
Choose a head ref
  • 4 commits
  • 33 files changed
  • 1 contributor

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    bd8968d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. improvement: completion for implicit fragments, LSP settings (#1665)

    - add optional completion for implicit fragments (outside the operation document) to LSP
    - add `useSchemaFileDefinitions` setting to LSP server, evaluate from IDE settings
    - instantiate the LSP server later to pick up custom `rootDir` setting
    - fix bug with multi-project configs where `file://` protocol prefix was mismatching uri <> project lookup
    - move parser benchmarks outside of src directory so they don't accidentally get bundled or impact bundle size
    acao authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    f38791b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80c66f6 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

     - codemirror-graphql@0.12.2
     - graphiql-2-rfc-context@2.0.0
     - graphiql@1.0.5
     - graphql-language-service-cli@3.1.0
     - graphql-language-service-interface@2.4.2
     - graphql-language-service-parser@1.6.4
     - graphql-language-service-server@2.5.0
     - graphql-language-service-types@1.6.3
     - graphql-language-service-utils@2.4.3
     - graphql-language-service@3.0.2
     - monaco-graphql@0.3.1
    acao committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    71ee5fa View commit details
    Browse the repository at this point in the history
Loading