RazorLight v1.0.0-rc1 Release Notes

Release Date: 2016-10-13 // over 7 years ago
  • ๐Ÿš€ 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