Skip to content

Releases: SimplifyNet/Simplify.Web

4.9

08 Jan 08:44
Compare
Choose a tag to compare

Added

  • Add Model Validation Attribute For Range Of Numbers (#236)
  • Add Model Validation Attributes For Min Max (#251)

4.8.1

20 Dec 08:39
Compare
Choose a tag to compare

Fixed

  • Missing Set content type text/plain for all string responses by default for shortcut methods (#247)

4.8

20 Dec 07:57
Compare
Choose a tag to compare
4.8

Changed

  • !Important! Setting language from cookie on requests disabled by default, to enable set AcceptCookieLanguage setting to true in SimplifyWebSettings (#246)
  • AcceptBrowserLanguage setting renamed to AcceptHeaderLanguage (#246)
  • The way framework checks that applying language is valid

Fixed

  • Invariant language setting and check

Added

  • Set content type text/plain for all string responses by default (#247)
  • AcceptCookieLanguage setting

4.7.1

07 Nov 03:52
Compare
Choose a tag to compare

Fixed

  • Controller with IList<T> model validation exception (#240)

4.7

20 Aug 12:51
Compare
Choose a tag to compare
4.7

Removed

  • .NET 5 support
  • .NET Core 3.1 support
  • .NET Framework 4.6.2 support

Added

  • .NET Standard 2.1 support
  • Created response with HTTP 201 status (#226)
  • Additional comments

Dependencies

  • Simplify.DI bump to 4.2.10
  • Simplify.Templates bump to 2.0.1
  • Internal Simplify.Sting.Sources bump to 1.2.2
  • Internal Simplify.System.Sources bump to 1.6.2
  • Internal Simplify.Xml.Sources bump to 1.3.1

For target frameworks .NET Standard 2.1, .NET Standard 2.0, .NET Framework 4.8

  • Microsoft.Extensions.Configuration.Json bump to 3.1.32

  • Microsoft.AspNetCore.Http dependency removed

  • Microsoft.AspNetCore.Hosting.Abstractions dependency removed

1.7

30 Apr 16:02
Compare
Choose a tag to compare
1.7

Dependencies

  • Simplify.Templates to 2.0
  • Microsoft.Owin to 4.2.2
  • Simplify.DI bump to 4.2.8
  • Internal Simplify.Xml.Sources to 1.3.0
  • Internal Simplify.System.Sources to 1.6.1
  • Microsoft.Extensions.Configuration to 6.0.0
  • System.IO.Abstractions bump to 7.1.10

4.6

17 May 17:00
Compare
Choose a tag to compare
4.6

Added

  • Changing framework modules via lambda expression in RegisterSimplifyWeb (#191)

Changed

  • RegisterSimplifyWeb moved to Simplify.Web namespace

Fixed

  • Content controller response should have 'text/plain' type by default (#192)

Security

  • URL redirection from remote source (#189)
  • Log entries created from user input (#190)

Dependencies

  • Simplify.DI bump to 4.2.1

4.5.1

27 Apr 15:53
Compare
Choose a tag to compare

Dependencies

  • Simplify.DI bump to 4.2 (PR#187)
  • Microsoft.Extensions.Configuration.Json bump to 3.1.24 for .NET Standard 2.0 and .NET 4.6.2

1.6.1

27 Apr 15:53
Compare
Choose a tag to compare

Dependencies

  • Microsoft.Owin to 4.2.1
  • Simplify.DI bump to 4.1.7
  • Internal Simplify.String.Sources to 1.2.1
  • Microsoft.Extensions.Configuration to 5.0.0

4.5

22 Nov 18:59
Compare
Choose a tag to compare
4.5

Added

  • Possibility to use base class between user controller and controller base class (#167)