Skip to content

Releases: sass/perl-libsass

Maintenance release

23 Apr 11:14
Compare
Choose a tag to compare
  • Update to latest LibSass dev version (pre 3.3.7)
  • Fix build edge case with EUMM 7.16 (@genehack, #23)
  • Remove duplicate "m" arg from psass (@dracos, #24)
  • Rewritten spec runner to support new options.yml

Herbie release

02 Jun 21:50
Compare
Choose a tag to compare

Spec test runner still needs a major update!
For now exclude more tests with new format!

General Lee Release

18 Apr 18:29
Compare
Choose a tag to compare

Christine Release

20 Mar 16:13
Compare
Choose a tag to compare

Delorean release

20 Jan 05:14
Compare
Choose a tag to compare

https://github.com/sass/libsass/releases/tag/3.3.3

  • Update to latest LibSass release (3.3.3)
  • Update spec test runner for error specs
  • Use LibSass functions for compare operations
  • Switch Module::Build with ExtUtils::MakeMaker
  • Improve unicode handling with command line utility

Patch Adams Release

13 May 02:09
Compare
Choose a tag to compare

https://github.com/sass/libsass/releases/tag/3.2.4

  • Update to latest libsass release (3.2.4)
  • Rename CSS::Sass::Type to CSS::Sass::Value
  • Old namespace is still supported ("linked")
  • Add more overload operators for sass values

Maintenance release

28 Apr 21:47
Compare
Choose a tag to compare

Fixes some minor documentation and cpan release issues.
Messed up the tag in git by not including a few commits.
Although the released tar.gz on CPAN does contain them.

Release for libsass 3.2.0

27 Apr 23:26
Compare
Choose a tag to compare

https://github.com/sass/libsass/releases/tag/3.2.0

  • Update to latest libsass release (3.2.0)
  • Add options for remaining output styles
  • Add indent and linefeed config options
  • Add benchmark option to command line tool
  • Add watcher option to recompile on changes
  • Refactor for libsass context option initializing
  • Expose resolve_file function on the C-API
  • Add experimental API for multiple importers
  • Add highly experimental API for custom headers

Release for libsass 3.1.0

04 Feb 20:54
Compare
Choose a tag to compare

Bugfix release

27 Oct 17:00
Compare
Choose a tag to compare

Unfortunately v3.0.0 introduced some severe memory leaks due to the new handling of Sass_Values. Did a lot of memory smoke tests and integration tests with the help of cpantesters.

Lowered the need for a modern gcc/clang compiler by using std=c++0x instead of std=c++11, which seems to work with clang compilers. Also fixed some minor documentation issues and other left-overs.