- dependency management via Paket
- JWT validation library dependency
- framework core is now built on top of OWIN
- the core is now
async-await
ready
- the core is now
- the internal IoC container is now TinyIoC
- most classes are now constructed via the container (e.g. facets, middleware), so constructor DI can be used
- brand new bootstrapping system to modularize backend startup, making it easy to build modules
- bugfixes