Next | Query returned 24 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2016-06-09 10:47:15 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 3.3.6:
Expose the Sass language version via the C API

Fixes:
Incorrectly erring on comments in at-rules
Incorrectly dropping internal state of AST nodes
Incorrectly parsing the calc function
Segfault during error handling
Incorrectly identifying the selectors with type-of
Incorrectly erring on ID selectors starting with a number
Producing incorrect output when compile with MSVC
Various segfaults and incorrect output from @extend
   2016-04-14 12:55:16 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 3.3.4:
Fixes:
* Inconsistent error message produced when nesting functions and mixins
* Ensure custom importers are executed for all @imports
* Ensure custom importers are executed in the correct order
* Possible segfault when generating sourcemaps
* Memory leak
* Unused variable warning
* Segfaulting when @extending an undefined selector
* Incorrectly erring when @extending inside a mixin
* Handle signed char when considering @charset
* New link to sassc-ruby in documentation
* Incorrectly quoting interpolated strings join with +
* Incorrectly erring when using & and interpolation together
* Incorrectly duplicating nested pseudo selectors
* Unused function breaking breaking unity builds
* Segfaulting when url() is empty
* Should error when & is used without a parent selector
   2016-02-05 18:47:54 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 3.3.3:
* Parser and rendering refactorings
* Full support for variable arguments
* Lots of bug-fixes
* Improved spec tests
   2015-12-30 18:40:30 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
LibSass is a C/C++ port of the Sass CSS precompiler. The original version was
written in Ruby, but this version is meant for efficiency and portability.

This library strives to be light, simple, and easy to build and integrate with
a variety of platforms and languages.

Next | Query returned 24 messages, browsing 21 to 30 | previous