Skip to content

4.0.0

Compare
Choose a tag to compare
@dustinmoris dustinmoris released this 19 Apr 22:23
· 41 commits to master since this release

Breaking changes & Bug fixes

  • Fixed a bug around the TempData implementation to ensure that all previously stored data in the TempData dictionary is accessible as well as newly made changes are persisted going forward.

New features

  • Added an additional overload of AddRazorEngine which does not take any arguments, which supports Razor views from a class library.