2022-04-08 17:44:50 +03:00
|
|
|
`juniper_rocket` changelog
|
|
|
|
==========================
|
2018-12-17 15:02:18 -08:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
All user visible changes to `juniper_rocket` crate will be documented in this file. This project uses [Semantic Versioning 2.0.0].
|
2021-07-08 00:04:03 -07:00
|
|
|
|
2022-03-29 13:26:58 +03:00
|
|
|
|
|
|
|
|
2021-07-08 00:04:03 -07:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
## master
|
2021-06-07 18:15:04 -07:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
### BC Breaks
|
2021-06-07 18:40:25 -07:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
- Switched to 0.16 version of [`juniper` crate].
|
2021-06-07 18:40:25 -07:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
### Added
|
2021-06-07 18:15:04 -07:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
- `AsRef` and `AsMut` implementation for `GraphQLRequest` to its inner type. ([#968], [#930])
|
2020-12-09 19:23:01 -10:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
[#930]: /../../issues/930
|
|
|
|
[#968]: /../../pull/968
|
2021-04-03 15:39:08 -10:00
|
|
|
|
|
|
|
|
2021-01-27 20:30:22 -10:00
|
|
|
|
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
## Previous releases
|
2021-01-15 19:50:59 -10:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
See [old CHANGELOG](/../../blob/juniper_rocket-v0.8.1/juniper_rocket/CHANGELOG.md).
|
2021-01-15 19:50:59 -10:00
|
|
|
|
2020-12-09 19:23:01 -10:00
|
|
|
|
2019-05-16 19:11:10 -07:00
|
|
|
|
2020-04-12 20:03:09 -05:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
[`juniper` crate]: https://docs.rs/juniper
|
|
|
|
[Semantic Versioning 2.0.0]: https://semver.org
|