Skip to content

4.0

Choose a tag to compare

@i4004 i4004 released this 22 Dec 09:18
· 1053 commits to master since this release

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