This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
Releases: i4004/Simplify.Web
Releases · i4004/Simplify.Web
2.2
1.5
2.1
1.4.1
2.0.1
1.4
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
2.0-pre02
2.0-pre01
Breaking changes
- Switched to
Microsoft.AspNetCore
process pipeline instead ofMicrosoft.Owin
- App.config/Web.config settings support dropped, switched to
IConfiguration
based settings
Other changes
- .NET Standard 2.0 support
- Added HTTP status code exact controller responses like
Ok()
,NoContent()
- Added
StatusCode
controllers response - Added Controllers wrappers for main responses to shorten code without new keyword
- .NET 4.5.2 version upgrade to .NET 4.6.2