mirror of
https://github.com/Noratrieb/101844-repro.git
synced 2026-01-16 15:15:00 +01:00
tower lol
This commit is contained in:
parent
1e415960ec
commit
40a6bd3bce
49 changed files with 4626 additions and 1 deletions
30
tower/tower-layer/CHANGELOG.md
Normal file
30
tower/tower-layer/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# 0.3.1 (January 7, 2021)
|
||||
|
||||
### Added
|
||||
|
||||
- Added `layer_fn`, for constructing a `Layer` from a function taking
|
||||
a `Service` and returning a different `Service` ([#491])
|
||||
- Added an implementation of `Layer` for `&Layer` ([#446])
|
||||
- Multiple documentation improvements ([#487], [#490])
|
||||
|
||||
[#491]: https://github.com/tower-rs/tower/pull/491
|
||||
[#446]: https://github.com/tower-rs/tower/pull/446
|
||||
[#487]: https://github.com/tower-rs/tower/pull/487
|
||||
[#490]: https://github.com/tower-rs/tower/pull/490
|
||||
|
||||
# 0.3.0 (November 29, 2019)
|
||||
|
||||
- Move layer builder from `tower-util` to tower-layer.
|
||||
|
||||
# 0.3.0-alpha.2 (September 30, 2019)
|
||||
|
||||
- Move to `futures-*-preview 0.3.0-alpha.19`
|
||||
- Move to `pin-project 0.4`
|
||||
|
||||
# 0.3.0-alpha.1 (September 11, 2019)
|
||||
|
||||
- Move to `std::future`
|
||||
|
||||
# 0.1.0 (April 26, 2019)
|
||||
|
||||
- Initial release
|
||||
Loading…
Add table
Add a link
Reference in a new issue