Skip to content

Commit ae78a1a

Browse files
committed
Update CHANGELOG
1 parent 64cec7a commit ae78a1a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
- (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.
1313
- (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.
1520

1621
## [0.3.0] - 2018-07-24
1722

0 commit comments

Comments
 (0)