Skip to content

Releases: leafo/scssphp

v0.1.1

12 Aug 22:43
Compare
Choose a tag to compare

Maintenance:

stub classes -- a backward compatibility layer (@vladimmi)

v0.1.0

31 Jul 02:46
Compare
Choose a tag to compare

Annoucement:

  • raise PHP requirement (5.3+)

Maintenance:

  • reformat/reorganize source files to be PSR-2 compliant

v0.0.15

31 Jul 02:53
Compare
Choose a tag to compare

Bug Fixes:

  • fix regression with default values in functions (torkiljohnsen)

v0.0.14

05 Aug 05:46
Compare
Choose a tag to compare

3.2.x compatibility fixes:

v0.0.13

04 Aug 20:50
Compare
Choose a tag to compare

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

07 Jul 01:54
Compare
Choose a tag to compare
  • revert erroneous import-partials-fix (@smuuf)
  • handle If-Modified-Since in client request, and send Last-Modified in response (@braver)
  • add hhvm to travis-ci testing

v0.0.11

05 Jul 04:18
Compare
Choose a tag to compare

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

15 Apr 02:27
Compare
Choose a tag to compare

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

23 Dec 23:28
Compare
Choose a tag to compare

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)

v0.0.8

31 Jul 02:54
Compare
Choose a tag to compare

Bug Fixes:

  • Avoid IE7 content: counter bug
  • Support transparent as color name
  • Recursively create cache dir (turksheadsw)
  • Fix for INPUT NOT FOUND (morgen32)