0.7.0
Breaking API Changes:
Middleware
's code surface has been greatly reduced. It can only be created as an empty passthrough, created with a closure that returns a publisher of its refined type, or be concatenated onto anotherMiddleware
.ActionStrata
is now a subtype ofStore
.