- fix the injection of the
@charset
rule without mbstring (@stof) - Add a CI job running tests without mbstring (@stof)
- Stop changing current directory in pscss (@stof)
- Refactor the resolution of imports to be spec compliant (@stof)
- Add a factory method for SassScriptException with an argument name (@stof)
- Expose
SassScriptException
as a non internal class (@stof) - Fix regression with whitespaces or comments at the beginning of interpolated selectors (@Cerdic)
- Fix the implementation of
to-uppercase
andto-lowercase
to avoid being locale dependant (@Cerdic) - Add a better error rendering of sass errors in
pscss
(@stof) - Deprecate
setFormatter
in favor ofsetOutputStyle
(@stof) - Deprecate all formatters except
Expanded
andCompressed
(@stof) - Change the default formatter to be
Expanded
(@stof) - Migrate CI to github actions (@stof, @robocoder)
- Fix the generation of sourcemaps (@stof)
- Adjust the source map to account for the charset prefix (@stof)
- Improve the phpdoc (@stof)
- Fix the behavior of
str-index
(@stof) - Deprecate color arithmetic (@stof)
- Fix spec compliance for the
call
function (@stof) - Fix the matching of the space ending an escape sequence (@stof)
- Fix the behavior of
to-uppercase
andto-lowercase
(@stof) - Fix the implementation of
==
and!=
between number and colors (@stof) - Fix the implementation of modulo (@stof)
- Mark the
units-level-3
feature as implemented (@stof)