Skip to content

Commit 5b7eee2

Browse files
committed
Update README for 0.10.0
1 parent b3fd251 commit 5b7eee2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

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))
1218

1319
## 0.9.0 - 2020-03-13
1420

0 commit comments

Comments
 (0)