1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 00:01:11 +01:00
actix-net/actix-service/CHANGES.md

47 lines
644 B
Markdown
Raw Normal View History

2018-12-09 19:14:08 +01:00
# Changes
2019-01-16 04:25:49 +01:00
## [0.1.6] - 2019-01-xx
2019-01-17 00:33:33 +01:00
### Changed
* Use `FnMut` instead of `Fn` for .apply() and .map() combinators and `FnService` type
2019-01-16 04:25:49 +01:00
## [0.1.5] - 2019-01-13
### Changed
* Make `Out::Error` convertable from `T::Error` for apply combinator
2019-01-12 06:39:58 +01:00
## [0.1.4] - 2019-01-11
2019-01-12 06:42:13 +01:00
### Changed
2019-01-12 06:39:58 +01:00
* Use `FnMut` instead of `Fn` for `FnService`
2018-12-13 03:32:19 +01:00
## [0.1.3] - 2018-12-12
2019-01-12 06:42:13 +01:00
### Changed
2018-12-13 03:32:19 +01:00
* Split service combinators to separate trait
## [0.1.2] - 2018-12-12
### Fixed
* Release future early for `.and_then()` and `.then()` combinators
2018-12-09 19:14:08 +01:00
## [0.1.1] - 2018-12-09
### Added
* Added Service impl for Box<S: Service>
## [0.1.0] - 2018-12-09
* Initial import