axum/axum-debug/CHANGELOG.md
2021-12-06 10:30:09 +01:00

1.1 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

  • None.

0.3.1 (06. December 2021)

  • Fix Result<impl IntoResponse, Error> generating invalid code (#588)

0.3.0 (03. December 2021)

  • Update to axum 0.4. axum-debug will not work with axum 0.3.x.

0.2.2 (22. October 2021)

  • Fix regression causing errors when #[debug_handler] was used on functions with multiple extractors (#552)

0.2.1 (19. October 2021)

  • Make macro handle more cases such as mutable extractors and handlers taking self (#518)

0.2.0 (13. October 2021)

  • breaking: Removed debug_router macro.
  • breaking: Removed check_service function.
  • breaking: Removed debug_service function.

0.1.0 (6. October 2021)

  • Initial release.