Skip to content

Releases: sass/node-sass

v0.8.0

10 Jan 23:52
Compare
Choose a tag to compare

Features:

  • Updated to latest libsass
  • Source map support (@arian, #200)
  • added ENV option to skip the build tests (@dylang, #176)

Bugfixes:

Misc:

  • Convered to c++ binding to NAN for node 0.11+ compatibility (@rvagg, #188)
  • Improved windows visual studio config for building binaries (@nschonni, #214)
  • White space cleanup and JS hinting all over the place (@nschonni, #205, #210)
  • use a mocha reporter that doesn't blank the screen (@dylang, #175)

Available on NPM: https://npmjs.org/package/node-sass

npm install node-sass@0.8.0

v0.7.0

23 Oct 08:50
Compare
Choose a tag to compare

Features:

  • Reworked managing of pre-compiled binaries (@nschonni, #148)
  • Added prefix option to middleware (@Fetz, #171)

Bugfix:

  • Fixed bug where CLI interace interferes when requiring node-sass (@kkirby, #167)
  • Reverted render change to avoid async race conditions (@LaurentGoderre, #166)

Misc:

Available on NPM: https://npmjs.org/package/node-sass

npm install node-sass@0.7.0

v0.6.7

03 Oct 09:04
Compare
Choose a tag to compare

Bugfix:

Available on NPM: https://npmjs.org/package/node-sass

npm install node-sass@0.6.7

v0.6.6

13 Sep 20:22
Compare
Choose a tag to compare

Bugfix:

  • Fixed regression with --include-path in cli (@arian, #153)

Available on NPM: https://npmjs.org/package/node-sass

npm install node-sass@0.6.6

v0.6.5

07 Sep 08:36
Compare
Choose a tag to compare

Features:

Misc:

Available on NPM: https://npmjs.org/package/node-sass

npm install node-sass@0.6.5

v0.6.4

08 Aug 19:41
Compare
Choose a tag to compare
  • Fixed includePaths regression introduced in v0.6.3

v0.6.3

02 Aug 20:41
Compare
Choose a tag to compare
  • Updated libsass to support placeholders

v0.6.2

02 Aug 20:05
Compare
Choose a tag to compare
  • Fixed install issue on Mac OS X

v0.6.1

30 Jul 21:02
Compare
Choose a tag to compare
  • rebuilt mac binary for node v0.10.x

v0.6.0

30 Jul 20:27
Compare
Choose a tag to compare
  • Updated to latest libsass with support for filters and imports