Skip to content

Releases: cathive/sass-java

4.0.0

04 Nov 19:51
Compare
Choose a tag to compare

New features:

  • Add Ant task
  • Change to semantic versioning (bundled native libsass is v2.5.1)

Supported Java runtimes:

  • Windows x64
  • Windows x86
  • Linux x86-64
  • Linux x86
  • Mac OS X x86-64

Binary artifacts can soon be downloaded from Maven central.
Maven coordinates are:

<dependency>
  <groupId>com.cathive.sass</groupId>
  <artifactId>sass-java</artifactId>
  <version>4.0.0</version>
  <type>jar</type>
</dependency>

3.2.5.0

17 Sep 10:40
Compare
Choose a tag to compare

Supported Java runtimes:

  • Windows x64
  • Windows x86
  • Linux x86-64
  • Linux x86
  • Mac OS X x86-64

Binary artifacts can soon be downloaded from Maven central.
Maven coordinates are:

<dependency>
  <groupId>com.cathive.sass</groupId>
  <artifactId>sass-java</artifactId>
  <version>3.2.5.0</version>
  <type>jar</type>
</dependency>

Initial version

09 Jan 19:53
Compare
Choose a tag to compare

Supported Java runtimes:

  • Windows x86-64
  • Linux x86-64
  • Mac OS X x86-64

Binary artifacts can be downloaded from Maven central.
Maven coordinates are:

<dependency>
  <groupId>com.cathive.sass</groupId>
  <artifactId>com.cathive.sass</artifactId>
  <version>3.1.0.1</version>
  <type>jar</type>
</dependency>