Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@Jirka-Mayer Jirka-Mayer released this 15 Dec 10:23
  • 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 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