1.0.0-rc1
Pre-release
Pre-release
Out first Release Candidate!
This release comes out with some improvements and refactorings. We are planning to roll up a stable version soon
ParseString()
is extracted to an extension method (under RazorLight.Extensions namespace)- PreRenderCallbacks moved to
IEngineConfiguration
- While searching for Layout file - instead of
InvalidOperationException
-RazorLightException
is thrown - No more
AggregateExceptions
. I'm erasing annoying AggregateExceptions from code. Please, open an issue If you see it again somewhere