Releases: Taritsyn/LibSassHost
Releases · Taritsyn/LibSassHost
v1.0.2
v1.0.1
v1.0.0
Version: 1.0.0
Published: 3/3/2017
Change Set: 1dcc181
- 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
andLanguageVersion
IndentedSyntax
andSourceMapFilePath
compilation options was converted into parameters of compilation methodsSassСompilationException
class was made serializable- Added a two new exception classes:
SassException
andSassCompilerLoadException
- Now it is possible to use the Sass compiler without the file manager
- In
IFileManager
interface was addedSupportsConversionToAbsolutePath
property - In
FileManager
class theCurrent
property was renamed toInstance
NuGet Packages
v1.0.0 Beta 1
Version: 1.0.0 Beta 1
Published: 3/1/2017
Change Set: c811763
SassCompiler
class was converted to a static class- In
SassCompiler
class was added two static properties:Version
andLanguageVersion
IndentedSyntax
andSourceMapFilePath
compilation options was converted into parameters of compilation methods- Added a two new exception classes:
SassException
andSassCompilerLoadException
- Now it is possible to use the Sass compiler without the file manager
- In
IFileManager
interface was addedSupportsConversionToAbsolutePath
property - In
FileManager
class theCurrent
property was renamed toInstance
NuGet Packages
v1.0.0 Alpha 2
Version: 1.0.0 Alpha 2
Published: 2/8/2017
Change Set: af9d143
SassСompilationException
class was made serializable- Added a packages, that contains a native assemblies for Debian-based Linux (x64) and OS X (x64)
NuGet Packages
v1.0.0 Alpha 1
Version: 1.0.0 Alpha 1
Published: 1/30/2017
Change Set: 2dc9aaa
- Added support of .NET Core 1.0.3 and .NET Framework 4.5
- Native assemblies 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