All Versions
22
Latest Version
Avg Release Cycle
53 days
Latest Release
1231 days ago

Changelog History
Page 1

  • v4.2.2 Changes

    December 11, 2020

    ๐Ÿ› Bug Fixes

    • ๐ŸŒ Simplify.Web framework cookies SameSite atrributes set to None with Secured (#111)

    โšก๏ธ Updates

    • โฌ†๏ธ Simplify.DI upgrade to 4.0.10
    • โฌ†๏ธ Simplify.System.Sources internal upgrade to 1.3.0
  • v4.2.1 Changes

    October 23, 2020

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“‡ IControllerMetaData incorrect fields nullability (#97)

    โšก๏ธ Updates

    • โฌ†๏ธ Upgrade to Microsoft.Extensions.Configuration.Json 3.1.9
    • โฌ†๏ธ Simplify.System.Sources internal upgrade to 1.2.2
    • โฌ†๏ธ Simplify.Xml.Sources internal upgrade to 1.1.2
  • v4.2 Changes

    September 21, 2020

    ๐Ÿ†• New Features

    • ๐ŸŒ Nested properties validation (#94)
    • ๐ŸŒ Inherited properties validation (#95)
    • Nested/Inherited properties validation toggle

    โšก๏ธ Updates

    • โฌ†๏ธ Upgrade to Microsoft.Extensions.Configuration.Json 3.1.8
  • v4.1.2 Changes

    August 26, 2020

    ๐Ÿ› Bug Fixes

    • ๐ŸŒ Disable setting PreviousPageUrl on 403, 404 controllers (#90)

    โšก๏ธ Updates

    • โฌ†๏ธ Upgrade to Simplify.DI 4.0.7
  • v4.1.1 Changes

    April 29, 2020

    โšก๏ธ Updates

    • โฌ†๏ธ Upgrade to Simplify.DI 4.0.3
    • โฌ†๏ธ Internal upgrade to Simplify.Xml.Sources 1.1.1
  • v4.1 Changes

    April 01, 2020

    ๐Ÿ†• New

    • โž• Added query string model parameters invariant casing support (#54)

    โšก๏ธ Updates

    • โฌ†๏ธ Upgrade to Simplify.DI 4.0.2
    • โฌ†๏ธ Upgrade to Microsoft.Extensions.Configuration.Json 3.1.3

    ๐Ÿ› Bug fixes

    • BootstrapperFactory possible null pointer fix
  • v4.0.2 Changes

    January 27, 2020

    ๐Ÿ†• New

    • Authentication redirect middleware added

    โšก๏ธ Updates

    • ๐ŸŒ netcoreapp3.1 and netcoreapp3.0 target frameworks added with reference to Microsoft.AspNetCore.App (#52)
    • โฌ†๏ธ Upgrade to Simplify.DI 4.0.1
  • v4.0.1 Changes

    January 06, 2020

    ๐Ÿ› Bug fixes

    • ๐ŸŒ Static file reader permissions change to read (#47)
  • v4.0 Changes

    December 22, 2019

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ”€ Simplify.Web request pipeline asynchronous all the way (Async controllers are now processed the same way as synchronous)
    • ๐ŸŒ ControllerResponse Process is now asynchronous (#30)
    • โฌ†๏ธ Upgrade to Simplify.Templates 2 (#40)

    ๐Ÿ†• New

    • ๐ŸŒ Controllers Model asynchronous ReadModelAsync method (#27)
    • ๐ŸŒ IWebContext.RequestBody asynchronous ReadRequestBodyAsync method (#26)
    • IWebContext.Form asynchronous ReadFormAsync method
    • ๐ŸŒ Static file handler is asynchronous (#31)
    • ๐ŸŒ IWebContext.IsAuthenticated (#42)
    • ๐Ÿ”จ TemplateFactory LoadAsync method refactored to correct async

    ๐Ÿ› Bug fixes

    • ๐ŸŒ RequiredAttribute is not checking empty strings (#29)
    • ๐ŸŒ StaticFileResponse is not correctly calculating MIME type by file extension (#34)

    โšก๏ธ Dependencies Updates

    • ๐Ÿšš System.IO.Abstractions dependency removed
  • v3.0 Changes

    October 20, 2019

    ๐Ÿ’ฅ Breaking changes

    • HttpModelHandler Validation/Bidning types now should be regisered in container besides HttpModelHandler.Register
    • ๐ŸŒ Simplfiy.Web types registration simplification, for custom types use respective override methods
    • ๐ŸŒ Ajax attribute renamed to Content (#20)

    ๐Ÿ†• New

    • ๐ŸŒ Custom ViewModel attribute (#14)
    • ๐ŸŒ Custom error message for validation attributes (#15)
    • ๐ŸŒ HTTP OPTIONS support for controllers (#21)
    • ๐ŸŒ RegisterSimplifyWeb IDIContainerProvider extension method for custom Simplify.Web types registration (#17)
    • 0๏ธโƒฃ Internal container ambient context (BootstrapperFactory.ContainerProvider) for SImplify.Web usage with default initialization from DIContainer.Current
    • ๐Ÿ“‡ IControllerExecutor IControllerMetaData instead of only controllerType (#16)
    • ๐Ÿšš GetTypesToIgnore moved to SimplifyWebTypesFinder

    โšก๏ธ Dependencies Updates

    • โฌ†๏ธ Upgrade to Microsoft.Extensions.Configuration.Json 3.0
    • โฌ†๏ธ Internal upgrade to Simplify.String.Sources 1.2.1, Simplify.System.Sources 1.2.1

    Other

    • ๐Ÿ”จ Internal refactoring
    • ๐ŸŒ C# 8 and Nullable Reference Types enabled (#22)