Releases: leafo/scssphp
Releases · leafo/scssphp
v0.1.1
v0.1.0
v0.0.15
v0.0.14
3.2.x compatibility fixes:
- @Keyframes $name - didn't work inside mixin (@sergeylukin)
- Bourbon transform(translateX()) didn't work (@dovy and @greynor)
v0.0.13
Note: the cached .imports file has been replaced by .meta files; to reclaim disk space (or inodes), you can safely remove the .imports files
- If-None-Match and ETag support (@nsmithuk)
- normalize quotation marks (@noxnebula)
- improve handling of escape sequence in selectors (@matt3224)
- add "scss_formatter_crunched" which strips comments
- internal: generate more accurate parse tree
v0.0.12
v0.0.11
Bug Fixes:
- support multi-line continuation character (backslash) per CSS2.1 and CSS3 spec (@caiosm1005)
- imported partials should not be compiled (@squarestar)
Enhancements:
- added interface to set/unset variables, i.e., setVariables($array) and unsetVariable($name) (@leafo)
Maintenance:
- micro-optimization replacing is_null() with ! isset() (@Yahasana)
v0.0.10
Features
Bug Fixes
- media query merging (@timonbaetz)
- lib_if() should treat null as false (@wonderslug)
Maintenance
- optimizing toHSL() (7% faster) favoring integer operations and comparison (@jfsullivan)
v0.0.9
Bug fixes:
@for/@while
inside@content
block (@sergeylukin)- functions in mixin_content (@timonbaetz)
- infinite loop when target extends itself (@oscherler)
- function arguments are lost inside of
@content
block
Enhancements:
- allow setting number precision (@kasperisager)
- public function helpers (toBool, get, findImport, assertList, assertColor, assertNumber, throwError) (@Burgov, @atdt)
- add optional cache buster prefix to serve() method (@iMoses)