File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## Unreleased
9
9
10
- - [ to be documnented] — A CLI and derive option to specify a module to import
11
- custom scalar from. Thanks @miterst ! ([ PR] ( https://github.com/graphql-rust/graphql-client/pull/354 ) )
10
+ - The ` web ` feature is dropped. You can now use a ` reqwest::Client ` instead of the custom HTTP client.
11
+ - Allow specifying externally defined enums (thanks @jakmeier )
12
+ - Make the derive feature optional (but enabled by default)
13
+ - ` --no-ssl ` param in CLI (thanks @danielharbor !)
14
+ - The shape of some generated response types changed to be flatter and more ergonomic.
15
+ - Many dependencies were dropped
16
+ — A CLI and derive option to specify a module to import custom scalar from.
17
+ Thanks @miterst ! ([ PR] ( https://github.com/graphql-rust/graphql-client/pull/354 ) )
12
18
13
19
## 0.9.0 - 2020-03-13
14
20
You can’t perform that action at this time.
0 commit comments