Skip to content

Releases: toddams/RazorLight

Version 2.3.1

16 Jan 19:38
0b39203
Compare
Choose a tag to compare

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

Version 2.3.0

14 Oct 22:55
f8b7d2f
Compare
Choose a tag to compare

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

14 Oct 22:30
5fff13f
Compare
Choose a tag to compare

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

15 Jul 19:06
8de1ea1
Compare
Choose a tag to compare

Issues By Milestone

#481 System.UriFormatException: Invalid URI: The hostname could not be parsed (Fixed by @Xtansia #489 )

PRs By Milestone

Version 2.0.0

18 Mar 16:56
084f541
Compare
Choose a tag to compare

Version 2.0.0-rc.6

16 Feb 20:15
f72686e
Compare
Choose a tag to compare
Version 2.0.0-rc.6 Pre-release
Pre-release

💖 Improvements

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

Version 2.0.0-rc.4

10 Dec 15:20
34a26fd
Compare
Choose a tag to compare

Version 2.0.0-rc.3

29 Jan 18:16
22381db
Compare
Choose a tag to compare

Version 2.0.0-rc.2

18 Nov 16:23
Compare
Choose a tag to compare
Version 2.0.0-rc.2 Pre-release
Pre-release

#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

17 Nov 15:03
Compare
Choose a tag to compare
Version 2.0.0-rc.1 Pre-release
Pre-release
  • Removed Obsolete InplaceStringBuilder and replaced with stringbuilder. #380 (@ADNewsom09)
    • required for .NET 5.0 support to work
  • .NET 5.0 support #389 (@nm-a)