Releases: sass/node-sass
v4.5.3
Fixes
Supported Environments
OS | Architecture | Node |
---|---|---|
Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8 |
OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8 |
Linux* | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8 |
Alpine | x64 | 4, 6, 7, 8 |
FreeBSD 10+ | i386 | 4, 6, 8 |
FreeBSD 10+ | amd64 | 4, 6, 8 |
*Linux support refers to Ubuntu, Debian, and CentOS 5
v4.5.2
Fixes
Supported Environments
OS | Architecture | Node |
---|---|---|
Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6,7 |
OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Linux* | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Alpine | x64 | 4, 6, 7 |
*Linux support refers to Ubuntu, Debian, and CentOS 5
v4.5.1
Fixes
- Fix instructions about rebuilding the binary (@xzyfer, #1885)
- Add binding.js to Coveralls coverage (@nschonni, #1902)
- Update request version to avoid npm warn (@arzafran, #1915)
- Update link for VS 2013 download (@hweeks, #1921)
- Make binding tests less fragile (@xzyfer, #1929)
- Don't throw when being run on Node 8 (@xzyfer, #1929)
Supported Environments
OS | Architecture | Node |
---|---|---|
Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6,7 |
OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Linux* | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Alpine | x64 | 4, 6, 7 |
*Linux support refers to Ubuntu, Debian, and CentOS 5
v4.5.0
Features
Fixes
- Fix
includePaths
no longer containingcwd
by default (@xzyfer, #1876) - Fix slow down in watcher responsiveness (@xzyfer, #1869)
Supported Environments
OS | Architecture | Node |
---|---|---|
Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6,7 |
OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Linux* | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Alpine | x64 | 4, 6, 7 |
*Linux support refers to Ubuntu, Debian, and CentOS 5
v4.4.0
LibSass
LibSass has been bumped from 3.4.3 to 3.5.0.beta.2. This update brings some more performance improvements and support for CSS Grid Syntax. Check the LibSass changelogs for more information.
Supported Environments
OS | Architecture | Node |
---|---|---|
Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6,7 |
OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Linux* | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Alpine | x64 | 4, 6, 7 |
*Linux support refers to Ubuntu, Debian, and CentOS 5
v4.3.0
Significant internal changes for CITGM support.
Supported Environments
OS | Architecture | Node |
---|---|---|
Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6,7 |
OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Linux* | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Alpine | x64 | 4, 6, 7 |
*Linux support refers to Ubuntu, Debian, and CentOS 5
v4.2.0
LibSass to 3.4.3
LibSass has been bumped from 3.4.0 to 3.4.3. This update brings significant memory usage improvements. Check the LibSass changelogs for more information.
Fixes
Supported Environments
OS | Architecture | Node |
---|---|---|
Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6,7 |
OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Linux* | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Alpine | x64 | 4, 6, 7 |
*Linux support refers to Ubuntu, Debian, and CentOS 5
v4.1.1
Fixes
- Lock sass-spec dependency to v3.4.0 (@xzyfer)
Supported Environments
OS | Architecture | Node |
---|---|---|
Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6,7 |
OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Linux | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Alpine | x64 | 4, 6, 7 |
*Linux support refers to Ubuntu, Debian, and CentOS 5
v4.1.0
Alpine Linux support
The Linux binaries we supply are not compatible with the way Node is compiled on Alpine Linux. This means that although the installation will succeed, it takes much longer because the native code needs to be compiled locally.
Thanks to the hard work of @lox and @S-YOU we're now able to supply Alpine Linux compatible binaries.
Read more about what was involved in #1589.
Fixes
- Replace
lodash.isarray
withArray.isArray
(@daltones, #1829) - CLI prematurely exiting before the output stream is fully flushed (@ysugimoto, #1823)
Supported Environments
OS | Architecture | Node |
---|---|---|
Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6,7 |
OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Linux | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Alpine | x64 | 4, 6, 7 |
*Linux support refers to Ubuntu, Debian, and CentOS 5
v4.0.0
This release is backwards compatible with v3.13.1 in case you encounter issues with the latest LibSass.
LibSass 3.4.0
Check out the LibSass release notes for more information.
Supported Environments
OS | Architecture | Node |
---|---|---|
Windows | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6,7 |
OSX | x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
Linux | x86 & x64 | 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7 |
*Linux support refers to Ubuntu, Debian, and CentOS 5