axum/axum-debug/CHANGELOG.md
David Pedersen f1f004a057
Make axum-debug handle more cases (#518)
* Make `axum-debug` handle more cases

* Only just trybuild tests on stable

* revert changes to hello-world example

* Remove a bit of duplication

* return error on generics

* address review feedback

* Support associated functions with receiver or returns `Self`

* fix indentation
2021-11-19 21:32:07 +01:00

636 B

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

  • 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.