RazorLight Versions Save

Template engine based on Microsoft's Razor parsing engine for .NET Core

v2.3.1

1 year ago

Improvements

  1. Add RepositoryUrl #512
  2. Missing space in exception message #498

Milestone Notes

Associated milestone tracker for v2.3.1: https://github.com/toddams/RazorLight/milestone/19

v2.3.0

1 year ago

This release publishes to nuget.org @MarkKharitonov 's Razorlight.Precompile package.

See previous version 2.2.0 release notes for details.

v2.2.0

1 year ago

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)

v2.1.0

1 year ago

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

v2.0.0

2 years ago

RTM.

v2.0.0-rc.6

2 years ago

💖 Improvements

#467 : Support for .NET 6.0 (Fixes #460)

2.0.0-rc.2

3 years ago

#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

2.0.0-rc.1

3 years ago
  • Removed Obsolete InplaceStringBuilder and replaced with stringbuilder. #380 (@ADNewsom09)
    • required for .NET 5.0 support to work
  • .NET 5.0 support #389 (@nm-a)