This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
2.0
Breaking changes
- Switched to Microsoft.AspNetCore process pipeline instead of Microsoft.Owin
- App.config/Web.config settings support dropped, switched to IConfiguration (appsettings.json) based settings
Other changes
- .NET 4.5.2 version upgrade to .NET 4.6.2
New Features
- Microsoft.AspNetCore support with it's all features (SPA support, static files etc.)
- .NET Standard 2.0 support
- Status Code exact controller responses like Ok(), NoContent()
- StatusCode controllers response
- Controllers wrappers for main responses to shorten code without new keyword
- Possibility to use Simplify.Web as a non-terminal middleware for SPA to only process API request and forward other requests to SPA server
- Option to disable static files handling
Bug fixes
- Request empty relative path check fix
Difference to 2.0-pre02
- Tested Microsoft.AspNetCore support with it's all features (SPA support, static files etc.)
- Option to disable static files handling
- UseSimplifyWebNonTerminalWithoutRegistrations method for IApplicationBuilder added