This is the 3.0.0-beta.7 release.
News
With this release the I (@xzyfer) have become the new project lead for node-sass. I want to thank @am11 and the previous projects for their incredible work making node-sass what it is. I can only hope to do their work justice.
Installation
npm install node-sass@beta
Changelog
Libsass
We've updated to latest libSass release.
Check out the 3.0.0-beta.6 changelog for more information.
Features
- updated to libSass 3.2.0-beta.6 (@xzyfer, [#872])
- added a
--quiet
CLI flag (@paulcpederson, [#841]) - added globbing support to the CLI (@paulcpederson, [#828])
- improved documentation for experimental custom importers (@am11, [#697])
- init libSass submodule when npm installing via git url (@xzyfer, [#874])
Bug fixed
- libuv segfaults with
render
(@saper, [#713]) - typo in console output (@saper, [#856])
- linting error (@andyshora, [#842])
- improved error handling with
outFile
(@am11, [#839]) - improved error handling for experimental custom importers (@am11, [#837])
Known issues
- custom importer hangs the process if too many files are imported (#857)
- installation fails on Windows with iojs due to upstream issue (#870)
Thanks!
This release wouldn't be possible without the hard work of @am11, @andyshora, @paulcpederson, @saper, and @xzyfer.