parent
02801ee981
commit
5cf21bf41b
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ See [#618](https://github.com/graphql-rust/juniper/pull/618).
|
||||||
- Better error messages for all proc macros (see
|
- Better error messages for all proc macros (see
|
||||||
[#631](https://github.com/graphql-rust/juniper/pull/631)
|
[#631](https://github.com/graphql-rust/juniper/pull/631)
|
||||||
|
|
||||||
- Improved lookahead visibility for aliased fields (see [#662](https://github.com/graphql-rust/juniper/pull/631))
|
- Improved lookahead visibility for aliased fields (see [#662](https://github.com/graphql-rust/juniper/pull/662))
|
||||||
|
|
||||||
- Bumped bson crate's version to 0.15.0 (see [#674](https://github.com/graphql-rust/juniper/pull/674))
|
- Bumped bson crate's version to 0.15.0 (see [#674](https://github.com/graphql-rust/juniper/pull/674))
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ See [#618](https://github.com/graphql-rust/juniper/pull/618).
|
||||||
Rename `http::tests::HTTPIntegration` as `http::tests::HttpIntegration`
|
Rename `http::tests::HTTPIntegration` as `http::tests::HttpIntegration`
|
||||||
and add support for `application/graphql` POST request.
|
and add support for `application/graphql` POST request.
|
||||||
|
|
||||||
- When using LookAheadMethods to access child selections, children are always found using their alias if it exists rather than their name (see [#662](https://github.com/graphql-rust/juniper/pull/631)). These methods are also deprecated in favour of the new `children` method.
|
- When using LookAheadMethods to access child selections, children are always found using their alias if it exists rather than their name (see [#662](https://github.com/graphql-rust/juniper/pull/662)). These methods are also deprecated in favour of the new `children` method.
|
||||||
|
|
||||||
[#666]: https://github.com/graphql-rust/juniper/pull/666
|
[#666]: https://github.com/graphql-rust/juniper/pull/666
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue