- Fixed a error #14 “Exception while reading compilation error”. Special thanks to Peter Wurzinger
- Added support for the Dart Sass version 1.77.4
- Added support for the Dart Sass version 1.72.0
- Added support for the Dart Sass version 1.70.0
- JS files are now bundled and minified by using the Google Closure Compiler to improve performance
- JavaScriptEngineSwitcher.Msie module is again supported as a JS engine
- Added support for the Dart Sass version 1.69.7
- JavaScriptEngineSwitcher.Msie module is no longer supported as an JS engine
- Added support for the Dart Sass version 1.69.3
- Added support for the Dart Sass version 1.68.0
- Added support of the Dart Sass version 1.66.1
- Added support of the Dart Sass version 1.64.1
- Added support of the Dart Sass version 1.63.3
- Added support of the Dart Sass version 1.62.0
- Added support of the Dart Sass version 1.58.3
- Added support of the Dart Sass version 1.57.1
- Slightly improved performance of Sass compilation
- JS files are no longer transpiled to ES5 to improve performance
- Fixed a script error that occurred during handling non-Sass exceptions
- Fixed a error that occurred during generation of the “pretty” file paths for errors and warnings
- Added support of the Dart Sass version 1.56.1
- Fixed a error that occurred during generation of source fragment for warnings on Unix-like operating systems
- Slightly improved performance of Sass compilation
- Added support of the Dart Sass version 1.53.0
- .NET 5.0 target was replaced by a .NET 6 target
FileManagerWrapper
class is no longer used- Fixed a error that occurred during generation of file paths in the stack trace for errors and warnings on Unix-like operating systems
- Added support of the Dart Sass version 1.43.4
- In compilation options was added three new properties:
Charset
(defaulttrue
),WarningLevel
(defaultDefault
) andQuietDependencies
(defaultfalse
) - Fragments of source code is now added to warning messages
- Call stack is now added to compilation exceptions and error messages
- Reduced a number of accesses to the file system due to caching
- Now, when reading a script code from the embedded resources, caching is performed
- Optimized a source code fetching for warnings
- For latest versions of .NET now uses the System.Text.Json library as JSON serializer
- Added a .NET Core App 3.1 and .NET 5.0 targets
- Optimized a generation of source maps
- Added support of the Dart Sass version 1.38.2
- Added support of the Dart Sass version 1.37.5
- Added support of the Dart Sass version 1.36.0
- Now can use the JavaScriptEngineSwitcher.V8 as a JS engine
- Fixed a error that caused generation of absolute paths in source maps
- Initial version uploaded