Skip to content

Commit

Permalink
Published the beta-1 release (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkyndemeyer committed Mar 17, 2019
1 parent e738c96 commit 352ca5f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added alpha-releases/JS GraphQL-2.0.0-beta-1.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion alpha-releases/updatePlugins.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<plugins>
<plugin id="com.intellij.lang.jsgraphql" url="https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/blob/v2/alpha-releases/JS%20GraphQL-2.0.0-alpha-8.zip?raw=true" version="2.0.0-alpha-8"/>
<plugin id="com.intellij.lang.jsgraphql" url="https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/blob/v2/alpha-releases/JS%20GraphQL-2.0.0-beta-1.zip?raw=true" version="2.0.0-beta-1"/>
</plugins>
1 change: 1 addition & 0 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

<change-notes><![CDATA[
<ul>
<li>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.</li>
<li>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.</li>
<li>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.</li>
<li>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.</li>
Expand Down

0 comments on commit 352ca5f

Please sign in to comment.