Releases: leafo/scssphp
Releases · leafo/scssphp
v0.7.3
v0.7.2
v0.7.1
Compat Buster:
- Server class moved to
/example
folder - Server::serveFrom() removed; use
(new Server)->serve()
instead - Removed .phar build
Bug fixes:
each()
deprecated in PHP 7.2 (@marinaglancy)
v0.7.0
v0.6.7
v0.6.6
Compatibility:
v0.6.5
v0.6.4
Compatibility:
- parsing multiple assignment flags (@Limych)
@warn
should not write to stdout (@atomicalnet)- evaluating null and/or 'foo' (@micranet)
Bug fixes:
- case insensitive directives regression (@Limych)
Internals:
- Compiler: scope change to some properties and methods to facilitate subclassing (@jo)
v0.6.3
v0.6.2
Announcement:
- Colors: add
rebeccapurple
from css-color draft (@Marat-Tanalin)
Compat Buster:
bin/pscss
more performant, less compatible--iso8859-1
option (default is utf-8)
Compatibility:
- support unicode characters in identifiers (e.g., variable names)
Internals:
- Parser: fix parser exception when mbstring.func_overload=2 and mbstring.internal_encoding=utf-8
- Parser: refactor attribute selector code
- use shorthand array syntax, update code sniffer dependency, and improve SensioLabsInsight score