2021-11-11 15:18:40 +01:00
|
|
|
# Changelog
|
2021-11-11 17:33:33 +01:00
|
|
|
|
2021-11-11 15:18:40 +01:00
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
# Unreleased
|
|
|
|
|
2021-12-09 10:52:31 +01:00
|
|
|
- None.
|
|
|
|
|
|
|
|
# 0.3.2 (09. December 2021)
|
|
|
|
|
2021-12-08 19:37:18 +01:00
|
|
|
- Support checking `FromRequest` bounds for extractors whose request body is something else than
|
|
|
|
`axum::body::Body`. Use `#[debug_handler(body = YourBodyType)]` to use a different request body
|
2021-12-09 10:52:31 +01:00
|
|
|
type ([#595])
|
|
|
|
|
|
|
|
[#595]: https://github.com/tokio-rs/axum/pull/595
|
2021-12-06 10:30:09 +01:00
|
|
|
|
|
|
|
# 0.3.1 (06. December 2021)
|
|
|
|
|
2021-12-04 18:24:58 +01:00
|
|
|
- Fix `Result<impl IntoResponse, Error>` generating invalid code ([#588])
|
|
|
|
|
|
|
|
[#588]: https://github.com/tokio-rs/axum/pull/588
|
2021-11-22 10:40:35 +01:00
|
|
|
|
2021-12-03 22:42:10 +01:00
|
|
|
# 0.3.0 (03. December 2021)
|
|
|
|
|
|
|
|
- Update to axum 0.4. axum-debug will _not_ work with axum 0.3.x.
|
|
|
|
|
2021-11-22 10:40:35 +01:00
|
|
|
# 0.2.2 (22. October 2021)
|
|
|
|
|
2021-11-22 10:28:43 +01:00
|
|
|
- Fix regression causing errors when `#[debug_handler]` was used on functions with multiple
|
2021-11-22 10:40:35 +01:00
|
|
|
extractors ([#552])
|
|
|
|
|
|
|
|
[#552]: https://github.com/tokio-rs/axum/pull/552
|
2021-11-19 21:38:30 +01:00
|
|
|
|
|
|
|
# 0.2.1 (19. October 2021)
|
|
|
|
|
2021-11-19 21:32:07 +01:00
|
|
|
- Make macro handle more cases such as mutable extractors and handlers taking
|
|
|
|
`self` ([#518])
|
|
|
|
|
|
|
|
[#518]: https://github.com/tokio-rs/axum/pull/518
|
|
|
|
|
2021-11-13 20:44:13 +01:00
|
|
|
# 0.2.0 (13. October 2021)
|
|
|
|
|
2021-11-11 15:18:40 +01:00
|
|
|
- **breaking:** Removed `debug_router` macro.
|
|
|
|
- **breaking:** Removed `check_service` function.
|
|
|
|
- **breaking:** Removed `debug_service` function.
|
|
|
|
|
|
|
|
# 0.1.0 (6. October 2021)
|
|
|
|
|
|
|
|
- Initial release.
|