Skip to content

4.0.0

Latest
Compare
Choose a tag to compare
@headcr4sh headcr4sh released this 04 Nov 19:51
· 6 commits to master since this release

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>