All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Re-implement ASP.NET Web API IDependencyScope. See sample applications please.
- Dropped support for pre .NET 4.5.
- OwinHost and SelfHost does not depend on WebHost any more. This is a Breaking Change, Please install package "Ninject.Web.WebApi.WebHost" if use WebHost, but not just "Ninject.Web.WebApi".
- Added support for passing in HttpServer to UseNinjectWebApi
- Added Microsoft.Owin 3.0 support
- Moved common bindings to Ninject.Web.Common so that multiple web extensions can be used together.
- Fixed that filters on the configuration are not executed twice
- Added Owin support
initial version