2018-12-09 10:14:08 -08:00
|
|
|
# Changes
|
|
|
|
|
2019-01-13 22:58:23 -08:00
|
|
|
## [0.1.5] - 2019-01-13
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Make `Out::Error` convertable from `T::Error` for apply combinator
|
|
|
|
|
|
|
|
|
2019-01-11 21:39:58 -08:00
|
|
|
## [0.1.4] - 2019-01-11
|
|
|
|
|
2019-01-11 21:42:13 -08:00
|
|
|
### Changed
|
2019-01-11 21:39:58 -08:00
|
|
|
|
|
|
|
* Use `FnMut` instead of `Fn` for `FnService`
|
|
|
|
|
|
|
|
|
2018-12-12 18:32:19 -08:00
|
|
|
## [0.1.3] - 2018-12-12
|
|
|
|
|
2019-01-11 21:42:13 -08:00
|
|
|
### Changed
|
2018-12-12 18:32:19 -08:00
|
|
|
|
|
|
|
* Split service combinators to separate trait
|
|
|
|
|
|
|
|
|
2018-12-12 18:00:35 -08:00
|
|
|
## [0.1.2] - 2018-12-12
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Release future early for `.and_then()` and `.then()` combinators
|
|
|
|
|
|
|
|
|
2018-12-09 10:14:08 -08:00
|
|
|
## [0.1.1] - 2018-12-09
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Added Service impl for Box<S: Service>
|
|
|
|
|
|
|
|
|
|
|
|
## [0.1.0] - 2018-12-09
|
|
|
|
|
|
|
|
* Initial import
|