Releases: mt89vein/MiddlewarePipeline
Releases · mt89vein/MiddlewarePipeline
2.0.0
- Full cancellation token support added.
- Pipeline and pipelineBuilder now can be used without IServiceProvider (it possible if no one of registered middlewares uses IServiceProvider).
- Some implementation details hidden, more unit tests and documentation added.
- Now possible to use not only class as middleware context param.