Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Nov 9, 2023
1 parent 7f62004 commit 18710e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# master

# 2.3.0

Fix compiler error. This should make upgrading from 2.1.0 work.

# 2.2.1

## Improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/relay
Submodule relay updated 88 files
+3 −3 compiler/crates/relay-compiler/src/artifact_content/mod.rs
+1 −1 compiler/crates/relay-compiler/src/build_project/mod.rs
+67 −32 compiler/crates/relay-compiler/src/build_project/rescript_generate_extra_files.rs
+2 −6 compiler/crates/relay-compiler/src/config.rs
+444 −211 compiler/crates/relay-typegen/src/rescript.rs
+4 −8 compiler/crates/relay-typegen/src/rescript_ast.rs
+19 −8 compiler/crates/relay-typegen/src/rescript_relay_visitor.rs
+86 −100 compiler/crates/relay-typegen/src/rescript_utils.rs
+6 −5 compiler/crates/relay-typegen/src/write.rs
+2 −1 compiler/test-project-res/relay.config.js
+2 −7 compiler/test-project-res/schema.graphql
+1 −1 compiler/test-project-res/src/Test_connections.res
+1 −1 compiler/test-project-res/src/Test_refetchingInNode.res
+5 −0 compiler/test-project-res/src/Test_schemaExtensions.res
+0 −4 compiler/test-project-res/src/Test_unions.res
+99 −48 compiler/test-project-res/src/__generated__/RelaySchemaAssets_graphql.res
+3 −3 compiler/test-project-res/src/__generated__/TestConnectionsPlural_user_graphql.res
+26 −13 compiler/test-project-res/src/__generated__/TestConnectionsUnionPlural_user_graphql.res
+26 −13 compiler/test-project-res/src/__generated__/TestConnectionsUnion_user_graphql.res
+4 −4 compiler/test-project-res/src/__generated__/TestConnectionsWithConstantValues_user_graphql.res
+2 −2 compiler/test-project-res/src/__generated__/TestConnectionsWithEmptyFilters_user_graphql.res
+3 −3 compiler/test-project-res/src/__generated__/TestConnectionsWithFilters_user_graphql.res
+4 −5 compiler/test-project-res/src/__generated__/TestConnections_user_graphql.res
+39 −26 compiler/test-project-res/src/__generated__/TestCustomScalarsQuery_graphql.res
+5 −4 compiler/test-project-res/src/__generated__/TestFragmentQuery_graphql.res
+9 −5 compiler/test-project-res/src/__generated__/TestFragment_allowUnsafeEnum_graphql.res
+4 −4 compiler/test-project-res/src/__generated__/TestFragment_ignoreUnused_graphql.res
+4 −4 compiler/test-project-res/src/__generated__/TestFragment_inline_graphql.res
+4 −4 compiler/test-project-res/src/__generated__/TestFragment_plural_user_graphql.res
+2 −2 compiler/test-project-res/src/__generated__/TestFragment_requiredPlural_user_graphql.res
+36 −20 compiler/test-project-res/src/__generated__/TestFragment_requiredUnionPlural_member_graphql.res
+36 −20 compiler/test-project-res/src/__generated__/TestFragment_requiredUnion_member_graphql.res
+2 −2 compiler/test-project-res/src/__generated__/TestFragment_required_user_graphql.res
+2 −2 compiler/test-project-res/src/__generated__/TestFragment_sub_user_graphql.res
+4 −4 compiler/test-project-res/src/__generated__/TestFragment_user_graphql.res
+3 −2 compiler/test-project-res/src/__generated__/TestLocalPayloadQuery_graphql.res
+36 −51 compiler/test-project-res/src/__generated__/TestLocalPayloadViaNodeInterfaceQuery_graphql.res
+2 −2 compiler/test-project-res/src/__generated__/TestLocalPayload_user_graphql.res
+3 −2 compiler/test-project-res/src/__generated__/TestMissingFieldHandlersMeQuery_graphql.res
+11 −23 compiler/test-project-res/src/__generated__/TestMissingFieldHandlersQuery_graphql.res
+4 −4 compiler/test-project-res/src/__generated__/TestMutationInline_user_graphql.res
+33 −5 compiler/test-project-res/src/__generated__/TestMutationNullabilityMutation_graphql.res
+9 −15 compiler/test-project-res/src/__generated__/TestMutationQuery_graphql.res
+27 −4 compiler/test-project-res/src/__generated__/TestMutationSetOnlineStatusComplexMutation_graphql.res
+50 −6 compiler/test-project-res/src/__generated__/TestMutationSetOnlineStatusMutation_graphql.res
+48 −6 compiler/test-project-res/src/__generated__/TestMutationWithInlineFragmentSetOnlineStatusMutation_graphql.res
+46 −2 compiler/test-project-res/src/__generated__/TestMutationWithMultipleTargetsMutation_graphql.res
+109 −46 compiler/test-project-res/src/__generated__/TestMutationWithOnlyFragmentSetOnlineStatusMutation_graphql.res
+26 −2 compiler/test-project-res/src/__generated__/TestMutationWithRecursiveInputsMutation_graphql.res
+27 −2 compiler/test-project-res/src/__generated__/TestMutationWithRecursiveInputsNullableMutation_graphql.res
+36 −20 compiler/test-project-res/src/__generated__/TestMutation_user_graphql.res
+3 −2 compiler/test-project-res/src/__generated__/TestNodeInterfaceOnInterfaceQuery_graphql.res
+35 −18 compiler/test-project-res/src/__generated__/TestNodeInterfaceOnUnionQuery_graphql.res
+11 −23 compiler/test-project-res/src/__generated__/TestNodeInterfaceQuery_graphql.res
+3 −2 compiler/test-project-res/src/__generated__/TestObserverQuery_graphql.res
+8 −2 compiler/test-project-res/src/__generated__/TestPaginationInNodeQuery_graphql.res
+30 −8 compiler/test-project-res/src/__generated__/TestPaginationInNodeRefetchQuery_graphql.res
+3 −3 compiler/test-project-res/src/__generated__/TestPaginationInNode_query_graphql.res
+2 −2 compiler/test-project-res/src/__generated__/TestPaginationInNode_user_graphql.res
+13 −14 compiler/test-project-res/src/__generated__/TestPaginationUnionQuery_graphql.res
+35 −20 compiler/test-project-res/src/__generated__/TestPaginationUnionRefetchQuery_graphql.res
+38 −22 compiler/test-project-res/src/__generated__/TestPaginationUnion_query_graphql.res
+2 −2 compiler/test-project-res/src/__generated__/TestPaginationUnion_user_graphql.res
+34 −2 compiler/test-project-res/src/__generated__/TestProvidedVariablesQuery_graphql.res
+4 −4 compiler/test-project-res/src/__generated__/TestProvidedVariables_user_graphql.res
+17 −2 compiler/test-project-res/src/__generated__/TestQueryInputObjQuery_graphql.res
+3 −2 compiler/test-project-res/src/__generated__/TestQueryWithRequiredQuery_graphql.res
+3 −2 compiler/test-project-res/src/__generated__/TestQueryWithRequired_BubbleToTop_Query_graphql.res
+25 −6 compiler/test-project-res/src/__generated__/TestQuery_graphql.res
+20 −27 compiler/test-project-res/src/__generated__/TestRefetchingInNodeQuery_graphql.res
+31 −10 compiler/test-project-res/src/__generated__/TestRefetchingInNodeRefetchQuery_graphql.res
+5 −5 compiler/test-project-res/src/__generated__/TestRefetchingInNode_user_graphql.res
+3 −2 compiler/test-project-res/src/__generated__/TestRefetchingNoArgsRefetchQuery_graphql.res
+2 −2 compiler/test-project-res/src/__generated__/TestRefetchingNoArgs_query_graphql.res
+3 −2 compiler/test-project-res/src/__generated__/TestRefetchingQuery_graphql.res
+28 −7 compiler/test-project-res/src/__generated__/TestRefetchingRefetchQuery_graphql.res
+4 −4 compiler/test-project-res/src/__generated__/TestRefetching_user_graphql.res
+2 −2 compiler/test-project-res/src/__generated__/TestRelayResolver_graphql.res
+135 −0 compiler/test-project-res/src/__generated__/TestSchemaExtensionsQuery_graphql.res
+3 −2 compiler/test-project-res/src/__generated__/TestSubscriptionQuery_graphql.res
+9 −4 compiler/test-project-res/src/__generated__/TestSubscriptionUserUpdatedSubscription_graphql.res
+4 −4 compiler/test-project-res/src/__generated__/TestSubscription_user_graphql.res
+15 −21 compiler/test-project-res/src/__generated__/TestUnionFragmentQuery_graphql.res
+4 −4 compiler/test-project-res/src/__generated__/TestUnionFragmentUser_user_graphql.res
+38 −22 compiler/test-project-res/src/__generated__/TestUnionFragment_member_graphql.res
+38 −22 compiler/test-project-res/src/__generated__/TestUnionFragment_plural_member_graphql.res
+107 −99 compiler/test-project-res/src/__generated__/TestUnionsQuery_graphql.res
+8 −0 compiler/test-project-res/src/schemaExtension.graphql
2 changes: 1 addition & 1 deletion packages/rescript-relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript-relay",
"version": "2.2.1",
"version": "2.3.0",
"main": "src/RescriptRelay.res",
"license": "MIT",
"author": "Gabriel Nordeborn",
Expand Down

0 comments on commit 18710e4

Please sign in to comment.