This repository has been archived by the owner on May 14, 2024. It is now read-only.
Releases: bit3/jsass
Releases · bit3/jsass
The "Herbie"
This version of jsass comes with the latest libsass 3.3.6 aka "Herbie".
Better OSX support and libsass update
The big cleanup
Version 5 is a big cleanup release. A lot of code style violations where solved in this release. For details take a look into our sonarqube.
Changes
- Maven was dropped, in favor of gradle.
- Change
Compiler.compile()
will now throw aCompilationException
if compiling fails. (The error status has removed from classOutput
) - Change the
Importer
class into a functional interface (Java8, e39d524) - Fixes issue with spaces in paths (@larsgrefer, #23)
- Fixes different compilation results between linux and osx (@larsgrefer, #30)
- Fixes mixup of different line separators (41ba0c3)
Upcoming
The next release we will upgrade libsass to version 3.3.4. Also it is planned to cross-compile the native libraries for osx.