New features
- Add a `make middleware` command to create new middlewares by sdispater (https://github.com/expanse-framework/expanse/pull/8)
Changes
- Removes the dual-implementation (synnc/async) set up to instead support synchronous endpoints in an asynchronous context by sdispater (https://github.com/expanse-framework/expanse/pull/4)
Fixes
- Fixes concurrency issues in the container during resolution of dependencies by sdispater (https://github.com/expanse-framework/expanse/pull/9)