Skip to content

Changelog

Andrew Bullock edited this page Oct 9, 2018 · 6 revisions

0.9

  • Updated to .NET 4.7.1
  • Updated from System.Web.Razor to Microsoft.AspNetCore.Razor
  • Updated to Serilog 2.x
  • Updated to Newtonsoft.Json 11.x
  • IRequest.ContentType changed from a string to a parsed ContentType type
  • ViewRenderingException now contains the Razor source and the generated CSharp for easier debugging
  • Compiled views now have a better/more accurate namespace and type name

Potential breaking changes to be aware of

  • IHtmlString replaced with IHtmlContent
  • Html encoding - especially inside HTML attributes

0.4.44

  • Added AreaStaticAssetHandler

0.2.0

  • Fixed #1
  • Fixed #4
  • Fixed #6
  • Renamed IPreHandlerExecutionPipelineOperator to IPreResultPipelineOperator
  • Renamed IPostHandlerExecutionPipelineOperator to IPostResultPipelineOperator

0.1.x

  • Initial import from UNiDAYS codebase

TODO

Clone this wiki locally