All Versions
48
Latest Version
Avg Release Cycle
57 days
Latest Release
1068 days ago

Changelog History
Page 3

  • v1.1.4 Changes

    January 12, 2018
    • Added support of LibSass version 3.4.8
  • v1.1.3 Changes

    November 15, 2017
    • Added support of LibSass version 3.4.7
  • v1.1.2 Changes

    November 09, 2017
    • Improved a error handling
    • Fixed a error #22 “When using PackageReference DLL is not copied (with fix)”
  • v1.1.1 Changes

    October 25, 2017
    • Fixed a “Arithmetic operation resulted in an overflow” error, that occurred during compilation of non-existent file
  • v1.1.0 Changes

    October 24, 2017
    • Added support of LibSass version 3.4.6
    • LibSassHost.Native.debian-x64 package has been replaced by the LibSassHost.Native.linux-x64 package
    • Added support of .NET Standard 2.0
  • v1.0.4 Changes

    May 23, 2017
    • Added support of LibSass version 3.4.5
  • v1.0.3 Changes

    March 31, 2017
    • Added support of LibSass version 3.4.4
  • v1.0.2 Changes

    March 26, 2017
    • Added support of .NET Core 1.0.4
  • v1.0.1 Changes

    March 09, 2017
    • Fixed a error #14 “Unable to debug ASP.NET MVC project”
  • v1.0.0 Changes

    March 03, 2017
    • Added support of .NET Core 1.0.3 and .NET Framework 4.5
    • Native assemblies for Windows have been moved to separate packages: LibSassHost.Native.win-x86 and LibSassHost.Native.win-x64
    • Now the LibSass for Windows requires msvcp140.dll assembly from the Visual C++ Redistributable for Visual Studio 2015
    • Added a packages, that contains a native assemblies for Debian-based Linux (x64) and OS X (x64)
    • SassCompiler class was converted to a static class
    • In SassCompiler class was added two static properties: Version and LanguageVersion
    • IndentedSyntax and SourceMapFilePath compilation options was converted into parameters of compilation methods
    • SassСompilationException class was made serializable
    • Added a two new exception classes: SassException and SassCompilerLoadException
    • Now it is possible to use the Sass compiler without the file manager
    • In IFileManager interface was added SupportsConversionToAbsolutePath property
    • In FileManager class the Current property was renamed to Instance