2022-04-08 09:44:50 -05:00
`juniper_warp` changelog
========================
2018-12-17 17:02:18 -06:00
2022-04-08 09:44:50 -05:00
All user visible changes to `juniper_warp` crate will be documented in this file. This project uses [Semantic Versioning 2.0.0].
2020-12-10 00:06:03 -06:00
2021-07-08 02:12:02 -05:00
2022-01-27 01:51:58 -06:00
2022-04-08 09:44:50 -05:00
## master
2022-01-27 01:51:58 -06:00
2022-04-08 09:44:50 -05:00
### BC Breaks
2021-06-07 21:42:28 -05:00
2022-04-08 09:44:50 -05:00
- Switched to 0.16 version of [`juniper` crate].
2021-06-07 21:42:28 -05:00
2023-01-20 13:15:35 -06:00
### Changed
- Made `schema` argument of `make_graphql_filter()` and `make_graphql_filter_sync()` polymorphic, allowing to specify external `Arc` ed `schema` . ([#1136], [#1135])
[#1135]: /../../issues/1136
[#1136]: /../../pull/1136
2021-04-03 20:42:33 -05:00
2021-01-28 00:56:46 -06:00
2022-04-08 09:44:50 -05:00
## Previous releases
2021-01-28 00:56:46 -06:00
2022-04-08 09:44:50 -05:00
See [old CHANGELOG ](/../../blob/juniper_warp-v0.7.0/juniper_warp/CHANGELOG.md ).
2021-01-15 23:54:43 -06:00
2020-12-10 00:06:03 -06:00
2019-07-29 10:12:47 -05:00
2022-04-08 09:44:50 -05:00
[`juniper` crate]: https://docs.rs/juniper
[Semantic Versioning 2.0.0]: https://semver.org