Releases: SparkViewEngine/spark
Releases · SparkViewEngine/spark
v1.8.2.0
aspnetcore support
What's Changed
- Building with Visual Studio 2019 by @bounav in #64
- Targeting net481 and asp.net 5.2.9 by @bounav in #65
- Removed .msi installer remains by @bounav in #66
- Removed redundant project references by @bounav in #67
- Using xml tags in .csproj files instead of CommonAssemblyInfo.cs by @bounav in #68
- Nunit3 by @bounav in #69
- SpoolWriter no longer using
System.Configuration
orSystem.Web.Configuration
by @bounav in #70 - Spark no longer depends on System.Web by @bounav in #71
- SparkSettings and SparkServiceContainer no longer use SetupInformation.ApplicationBase by @bounav in #72
- Updated Dependencies by @bounav in #74
- Updated dependencies by @bounav in #75
- Code readability improvements by @bounav in #76
- Templates of generic controllers are now pre-compiled by @bounav in #78
- Asp net core support by @bounav in #79
- Microsoft di and roslyn compiler by @bounav in #77
- Updated copyright dates by @bounav in #80
- New build by @bounav in #81
- No longer leaking memory by @bounav in #82
- Release github action by @bounav in #83
New Contributors
Full Changelog: v1.8.1.0...v1.8.2.0
Nuget issues
Update nuget packages to use WebActivatorEx
New functionality added in v1.8
- Updated primary ref binaries to MVC 5
- Convert Resource Chunks to JS - Previously, partials would not get converted to JS (they would rendered as spark templates inside of the rendered JS output).
- Fix stack-overflow exception - when parsing an empty shade file
- Adding implementation for PageInstrumentation in HttpContextWrapper - This fixes a NotImplementedException being thrown when trying to render a Razor page (via Html.Partial) from a Spark page. Razor expects PageInstrumentation to be implemented.