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: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
11
12
12
- (breaking) Control over which types custom scalars deserialize to is given to the user: you now have to provide type aliases for the custom scalars in the scope of the struct under derive.
13
13
- (breaking) Support for multi-operations documents. You can select a particular operation by naming the struct under derive after it. In case there is no match, we revert to the current behaviour: select the first operation.
14
-
- Support arbitrary derives on the generated response types via the `response_derives` option on the `graphql` attribute.
14
+
- (breaking) Support arbitrary derives on the generated response types via the `response_derives` option on the `graphql` attribute.
15
+
16
+
### Fixed
17
+
18
+
- Fixed codegen of fields with leading underscores - they were ignored, leading to wrong derived types for deserialization.
19
+
- Made the CLI dump introspected schemas directly without trying to validate them.
0 commit comments