- Added a packages that contain a native assemblies for Windows (ARM) and (ARM64)
- Minor improvements in metadata of NuGet packages
- Added support for the LibSass version 3.6.6
- No longer supports a .NET Core App 2.1
- Added support of the LibSass version 3.6.5
- Added support of .NET Standard 2.1
- Fixed a error #43 “application o virtual directory”
- Added support of the LibSass version 3.6.4
- Fixed a error #35 “Unable to load DLL 'libsass' on Windows Server 2008 R2”. Special thanks to Herman Kan
- Fixed a error #38 “SassСompilationException contains cyrillic character”
- In your project code, you must replace all occurrences of the
SassСompilationException
class with theSassCompilationException
class
- Added support of the LibSass version 3.6.3
- Improved a fix for error #31 “Unhandled exceptions”
- Fixed a error #31 “Unhandled exceptions”
- Added support of the LibSass version 3.6.2
- Enabled a SourceLink in the LibSassHost package
- In the sass2scss library was fixed a error #36 “Regression in URL parsing”
- MSVC runtime was embedded into the native assemblies for Windows. Now you do not need to install the Microsoft Visual C++ Redistributable for Visual Studio 2017.
- Added support of the LibSass version 3.6.1
- Added support of the LibSass version 3.6.0
- Removed a deprecated LibSassHost.Native.debian-x64 package
- Improved a performance of the string values marshaling
- Added support of .NET Core App 2.1
- An attempt was made to fix a error #26 “"Unable to find an entry point named 'libsass_version' in DLL 'libsass'." on Azure Web App”
- Part of the auxiliary code was moved to external libraries: PolyfillsForOldDotNet and AdvancedStringBuilder
- Removed a generation of ID for instance of the file manager
- Added support of the LibSass version 3.5.5
- Now the LibSass for Windows requires the Microsoft Visual C++ Redistributable for Visual Studio 2017
- From compilation options was removed the
AdditionalImportExtensions
property - Fixed a error #30 “Conflict of using multiple sites in one application pool”
- Error messages have become more informative
- In the
SassException
class was added one new property -Description
- In the
SassСompilationException
class was added two new properties:ErrorCode
andSourceFragment
- In the
SassСompilationException
class the following properties have been deprecated:Status
andText
Format
method of theSassErrorHelpers
class was renamed to theGenerateErrorDetails
- Added support of .NET Framework 4.7.1
- Fixed a error #30 “Conflict of using multiple sites in one application pool”
- Added support of LibSass version 3.5.4
- In compilation options was added one new property -
AdditionalImportExtensions
(default.css
) - In LibSassHost.Native.win-* packages the directories with
win7-*
RIDs was renamed towin-*
- Added support of LibSass version 3.5.2
- Added support of LibSass version 3.5.1
- Added support of LibSass version 3.5.0
- Added support of LibSass version 3.4.9
- Added support of LibSass version 3.4.8
- Added support of LibSass version 3.4.7
- Improved a error handling
- Fixed a error #22 “When using PackageReference DLL is not copied (with fix)”
- Fixed a “Arithmetic operation resulted in an overflow” error, that occurred during compilation of non-existent file
- 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
- Added support of LibSass version 3.4.5
- Added support of LibSass version 3.4.4
- Added support of .NET Core 1.0.4
- Fixed a error #14 “Unable to debug ASP.NET MVC project”
- 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
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
SassСompilationException
class was made serializable- Added a packages, that contains a native assemblies for Debian-based Linux (x64) and OS X (x64)
- 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
- Added support of LibSass version 3.4.3
- Added support of LibSass version 3.4.2
- Added support of LibSass version 3.4.1
- Added support of LibSass version 3.4.0
- Added support of LibSass version 3.4.0 RC 1
- In compilation options was added one new property -
SourceMapFileUrls
(defaultfalse
)
- Added support of LibSass version of July 4, 2016
- Improved a “hooks” for processing of paths in CSS
url()
functions by usingToAbsolutePath
method
- In
IFileManager
interface was addedToAbsolutePath
method - Added support of LibSass version 3.3.6
- Added support of LibSass version 3.3.5
- Fixed a error #6 “Mixin rendering problem”
- Added support of LibSass version 3.3.4
- Added support of LibSass version 3.3.3
- Fixed a problem with untimely garbage collection
- Solved a problem with lack of unmanaged memory
- LibSass was updated to commit ed6a057
- Added support of LibSass version 3.3.2
- In NuGet package solved the problem with restoring native assemblies
- From
IFileManager
interface were removed redundant methods and properties
- Added support of LibSass version 3.3.1
- Added support of LibSass version 3.3.0
- Fixed a problem with processing of contents and paths, that contain Unicode characters
- Initial version uploaded