Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Releases: bit3/jsass

The "Herbie"

25 Apr 17:32
Compare
Choose a tag to compare

This version of jsass comes with the latest libsass 3.3.6 aka "Herbie".

Better OSX support and libsass update

10 Apr 07:52
Compare
Choose a tag to compare

In version 5.1 we added cross builds for osx (d123a58).
The CI checks also run on osx (e2f47ea).
libsass has also been updated to version 3.3.4 (c621f5b).

Upcoming

It is planned to cross-compile the native libraries for ARM systems. Especially the Raspberry Pi in the first step.

The big cleanup

06 Apr 06:47
Compare
Choose a tag to compare

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 a CompilationException if compiling fails. (The error status has removed from class Output)
  • 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.