You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: juniper/CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
51
51
- Disabled `chrono`[Cargo feature] by default.
52
52
- Removed `scalar-naivetime`[Cargo feature].
53
53
- Removed lifetime parameter from `ParseError`, `GraphlQLError`, `GraphQLBatchRequest` and `GraphQLRequest`. ([#1081], [#528])
54
-
- Upgraded [GraphiQL] to 3.0.9 version (requires new [`graphql-transport-ws` GraphQL over WebSocket Protocol] integration on server, see `juniper_warp/examples/subscription.rs`). ([#1188], [#1193], [#1204])
54
+
- Upgraded [GraphiQL] to 3.0.10 version (requires new [`graphql-transport-ws` GraphQL over WebSocket Protocol] integration on server, see `juniper_warp/examples/subscription.rs`). ([#1188], [#1193], [#1221])
55
55
- Made `LookAheadMethods::children()` method to return slice instead of `Vec`. ([#1200])
56
56
- Abstracted `Spanning::start` and `Spanning::end` fields into separate struct `Span`. ([#1207], [#1208])
57
57
- Added `Span` to `Arguments` and `LookAheadArguments`. ([#1206], [#1209])
@@ -134,12 +134,12 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
0 commit comments