Skip to content

Releases: leafo/scssphp

v0.0.7

31 Jul 02:56
Compare
Choose a tag to compare

Bug Fixes:

  • Port various fixes from leafo/lessphp.
  • Improve filter precision.
  • Parsing large image data-urls does not work.
  • Add == and != ops for colors.
  • @if and @while directives should treat null like false.
  • Add pscss as bin in composer.json (Christian Lück).
  • Fix !default bug (James Shannon, Alberto Aldegheri).
  • Fix mixin content includes (James Shannon, Christian Brandt).
  • Fix passing of varargs to another mixin.
  • Fix interpolation bug in expToString() (Matti Jarvinen).

v0.0.5

14 Dec 23:27
Compare
Choose a tag to compare
  • Better compile time errors
  • Fix top level properties inside of a nested @media (Anthon Pang)
  • Fix some issues with @extends (Anthon Pang)
  • Enhanced handling of null (Anthon Pang)
  • Helper functions shouldn’t mix with css builtins (Anthon Pang)
  • Enhance selector parsing (Guilherme Blanco, Anthon Pang)
  • Add Placeholder selector support (Martin Hasoň)
  • Add variable argument support (Martin Hasoň)
  • Add zip, index, comparable functions (Martin Hasoň)
  • A bunch of parser and bug fixes

v0.0.4

14 Dec 23:28
Compare
Choose a tag to compare
  • Import path can be a function (Christian Lück).
  • Correctly parse media queries with more than one item (Christian Lück).
  • Add ie_hex_str, abs, min, max functions (Martin Hasoň)
  • Ignore expressions inside of calc() (Martin Hasoň)
  • Improve operator evaluation (Martin Hasoň)
  • Add @content support.
  • Misc bug fixes.

v0.0.3

14 Dec 23:29
Compare
Choose a tag to compare
  • Add missing and/or/not operators.
  • Expression evaluation happens correctly.
  • Import file caching and _partial filename support.
  • Misc bug fixes.

v0.0.2

14 Dec 23:29
Compare
Choose a tag to compare
  • SCSS server is aware of imports
  • added custom function interface
  • compressed formatter
  • wrote documentation

v0.0.1

14 Dec 23:29
Compare
Choose a tag to compare
  • Initial Release