Releases: sass/perl-libsass
Maintenance release
Herbie release
Spec test runner still needs a major update!
For now exclude more tests with new format!
General Lee Release
https://github.com/sass/libsass/releases/tag/3.3.5
- Update to latest LibSass release (3.3.5)
Christine Release
https://github.com/sass/libsass/releases/tag/3.3.4
- Update to latest LibSass release (3.3.4)
Delorean release
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
withExtUtils::MakeMaker
- Improve unicode handling with command line utility
Patch Adams Release
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
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
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
This release brings all features and bugfixes included in libsass 3.1.0 and more:
https://github.com/sass/libsass/tree/175c167feddefe8b6ac8aa2f0c42b3d391a7f616
Bugfix release
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.