Releases: toddams/RazorLight
Version 2.3.1
Improvements
Milestone Notes
Associated milestone tracker for v2.3.1:
https://github.com/toddams/RazorLight/milestone/19
Version 2.3.0
This release publishes to nuget.org @MarkKharitonov 's Razorlight.Precompile package.
See previous version 2.2.0 release notes for details.
Version 2.2.0
Issues By Milestone
#491 Feature Request: Generate an assembly and persist it to disk (Precompile views)
PRs By Milestone
#492 Implement the RazorLight.Precompile tool
#500 Fix broken tests on Unix (related to RazorLight.Precompile)
Version 2.1.0
Issues By Milestone
#481 System.UriFormatException: Invalid URI: The hostname could not be parsed (Fixed by @Xtansia #489 )
PRs By Milestone
- Docs updated by @mwasson74 , @vdurante
- Verify dependency updated by @SimonCropp
- Tests added by @jzabroski
Version 2.0.0
RTM.
Version 2.0.0-rc.6
Version 2.0.0-rc.4
Version 2.0.0-rc.3
Version 2.0.0-rc.2
#391 - Change exception type/message when project item does not exist (@maxbanas) - to help people troubleshoot issues like #378
#392 - Change targeting for .Net standard 2.0 (@Vincentvwal) - Fixes #390
Generated from: https://github.com/toddams/RazorLight/milestone/11?closed=1
Version 2.0.0-rc.1
- Removed Obsolete InplaceStringBuilder and replaced with stringbuilder. #380 (@ADNewsom09)
- required for .NET 5.0 support to work
- .NET 5.0 support #389 (@nm-a)