Skip to content

Fix issue and improve ergonomics

Choose a tag to compare

@luizmb luizmb released this 02 Jul 18:50
· 30 commits to master since this release

LoggerMiddleware needed conformance with... well... Middleware protocol!
Convenience init now became a .default() factory, which allows the middleware to be generic only over a single generic parameter, the inner middleware (or IdentityMiddleware) that already contains all parameters for describing actions and state.