File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# master
2
2
3
- - Refactored all crates to the 2018 editio [ #345 ] ( https://github.com/graphql-rust/juniper/pull/345 )
3
+ - Refactored all crates to the 2018 edition. [ #345 ] ( https://github.com/graphql-rust/juniper/pull/345 )
4
4
- The minimum required Rust version is now ` 1.31.0 ` .
5
5
- The ` ScalarValue ` custom derive has been renamed to ` GraphQLScalarValue ` .
6
6
- Added built-in support for the canonical schema introspection query via
11
11
- Added GraphQL Playground integration
12
12
The DirectiveLocation::InlineFragment had an invalid literal value,
13
13
which broke third party tools like apollo cli.
14
- - The return type of ` value::object::Object::iter/iter_mut ` has changed to ` impl Iter ` [ #312 ] ( https://github.com/graphql-rust/juniper/pull/312 )
14
+ - The return type of ` value::object::Object::iter/iter_mut ` has changed to ` impl Iter ` . [ #312 ] ( https://github.com/graphql-rust/juniper/pull/312 )
15
15
16
16
# [ 0.11.1] 2018-12-19
17
17
You can’t perform that action at this time.
0 commit comments