Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Releases: i4004/Simplify.Web

2.2

03 Sep 05:33
Compare
Choose a tag to compare

Updates

  • Upgrade to Simplify.DI 3.0

1.5

03 Sep 05:34
Compare
Choose a tag to compare
1.5

Updates

  • Upgrade to Simplify.DI 3.0

2.1

22 Aug 05:08
Compare
Choose a tag to compare
2.1

New Features

  • WebContext RequestBody field added

Bux fixes

  • Terminal middleware set on UseSimplifyWebWithoutRegistrations fix

1.4.1

25 Jun 10:06
Compare
Choose a tag to compare
  • Upgrades to:
  • Microsoft.Owin 4.0.1
  • Simplify.DI 2.1.0
  • Simplify.Templates 1.5.1

2.0.1

24 Jun 16:36
Compare
Choose a tag to compare

Dependencies update

1.4

20 May 05:26
Compare
Choose a tag to compare
1.4
  • Upgrade to .NET Framwork 4.6.2
  • IConfiguration based settings implementation (ConfigurationBasedSimplifyWebSettings) for ISimplifyWebSettings added

2.0

01 Jan 18:04
Compare
Choose a tag to compare
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

23 Dec 13:11
Compare
Choose a tag to compare
2.0-pre02 Pre-release
Pre-release

Difference to 2.0-pre01

  • Possibility to use Simplify.Web as a non-terminal middleware for SPA to only process API request and forward other requests to SPA server
  • Angular SPA with Simplify.Web as API example added

2.0-pre01

18 Dec 16:42
Compare
Choose a tag to compare
2.0-pre01 Pre-release
Pre-release

Breaking changes

  • Switched to Microsoft.AspNetCore process pipeline instead of Microsoft.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

1.3

16 Dec 08:29
Compare
Choose a tag to compare
1.3

Updates

  • Upgrade to Simplify.DI 2.0.1, Simplify.Templates 1.5