This release backports bugfixes and improvements from master to libsass 3.4.
Release was tested with valgrind against all spec-tests to be free of (known) leaks.
Features
- Implement exponents for numbers (@mgreter, #2496)
- Implement long file path support for Windows (@mgreter, #2478)
Fixes
- Error on quoted string in simple selector parsing (@mgreter, #2503)
- Do not compress colors in selectors (@mgreter, #2502)
- Fix issue when passing restargs to call (@mgreter, #2501)
- Fix issue with attribute selector unification (@mgreter, #2499)
- Improve wrapped pseudo selector handling (@mgreter, #2498)
- Improve extend of wrapped pseudo selectors (@mgreter, #2497)
- Fix propagation of named rest arguments (@mgreter, #2495)
- Do not output invisible support blocks (@mgreter, #2493)
- Various build makefile and CI related fixes (@mgreter)