mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-24 00:01:11 +01:00
725 B
725 B
Changes
[0.1.6] - 2019-01-24
Changed
-
Use
FnMut
instead ofFn
for .apply() and .map() combinators andFnService
type -
Change
.apply()
error semantic, new service's error isFrom<Self::Error>
[0.1.5] - 2019-01-13
Changed
- Make
Out::Error
convertable fromT::Error
for apply combinator
[0.1.4] - 2019-01-11
Changed
- Use
FnMut
instead ofFn
forFnService
[0.1.3] - 2018-12-12
Changed
- Split service combinators to separate trait
[0.1.2] - 2018-12-12
Fixed
- Release future early for
.and_then()
and.then()
combinators
[0.1.1] - 2018-12-09
Added
- Added Service impl for Box<S: Service>
[0.1.0] - 2018-12-09
- Initial import