mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-06 00:00:17 +02:00
- Add `middleware::from_fn` for creating middleware from async functions ([#656]) [#656]: https://github.com/tokio-rs/axum/pull/656
489 B
489 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
- None.
0.1.1 (27. December, 2021)
- Add
middleware::from_fnfor creating middleware from async functions (#656)
0.1.0 (02. December, 2021)
- Initial release.