diff --git a/.idea/modules.xml b/.idea/modules.xml index e14e414b..0806f930 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + diff --git a/alpha-releases/JS GraphQL-2.0.0-beta-1.zip b/alpha-releases/JS GraphQL-2.0.0-beta-1.zip new file mode 100644 index 00000000..91f44c33 Binary files /dev/null and b/alpha-releases/JS GraphQL-2.0.0-beta-1.zip differ diff --git a/alpha-releases/updatePlugins.xml b/alpha-releases/updatePlugins.xml index 6dec9ac6..6d3fdf91 100644 --- a/alpha-releases/updatePlugins.xml +++ b/alpha-releases/updatePlugins.xml @@ -1,3 +1,3 @@ - + diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index dc66146f..30655948 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -27,6 +27,7 @@ +
  • 2.0.0-beta-1: Removed unused v1 code. Fixed schema and endpoint resolution for "Edit GraphQL fragment" in own editor tab. Fixed fragment definition resolution in scratch files. Various minor fixes: Completion, syntax highlighting, JSON introspection schema scopes.
  • 2.0.0-alpha-8: Added intention to add missing schema types in SDL. Fixed error marker positions in gql tags. Moved configuration scan to background tasks. Added support for projects in scratch files. Added completion of variable names. Added completion of enums in lists. Fixed arguments shown as keywords in syntax highlighter. Improved introspection including support for custom scalars.
  • 2.0.0-alpha-7: Added re-run introspection action to improve remote schema workflow. Added scalars to introspection SDL output. Added __typename completion. Various fixes.
  • 2.0.0-alpha-6: Added migration of graphql.config.json files. Support schemas based on JSON introspection files. Added automatic introspection notification. Updated Relay Modern directives. Upgraded to graphql-java 11.0.