v3.3.0
The Node Sass team is happy release v3.3.0. This release has been a long time coming, and for good reason.
With the release the of a new major io.js release we decided to spend some time working on our development infrastructure. The hope is that we now have the ground work in places to more rapidly respond to new runtime versions.
News
The Node Sass team is super excited to welcome long time contributor @saper to the team!
Changelog
io.js v3 support
Thanks to a massive effort from @saper and @kkoopa we update to nan@2
which gave us io.js v3 compatibility.
This was the major hold up for this release.
This closes #1086, #1085, #1082, #1073, #1071, #1067, #1064, #1059, #1053
Let this be a reminder to always search before opening a new issue.
CI improvements
@am11 @saper and @xzyfer implements various stability and speed improvements to our CI process. This will enable us to produced more frequent release.
- Speed: use cached npm and gyp files between builds (@saper, #1099)
- Stability: test explicit Windows runtime versions (@am11, #1097)
- Stability: test explicit Linux and OSX runtime versions (@xzyfer, #1096)
- Stability: don't launch npm in PowerShell (@am11 @saper, #966)
- Stability: migrate test coverage reporting to instanbul (@saper, #910)
- Stability: increased test coverage to low level APIs (@saper, #1058)
Minor features
Document updates
- Llink to LibSass repository (@cydrobolt, #1094)
- Clearer explanation of the
outFile
option (@gpapin, #1084) - Clearer explanation of the
indentedSyntax
option (@dkebler, #1081) - Locate pangyp via module API (@saper, #1063)
- Improve troubleshooting docs for Windows (@saper, #1060)
- Remove obsolete note for io.js on Windows (@am11, #1033)
- Document gotcha for VS2015 task runner (@amm, #1033)
- Remove stray comma (@JAFong, #1028)
- Fix typo (@lencioni, #1020)
Bug fixes
Thanks!
We'd like to say a huge thanks! to everyone above who helped make this release possible, as well as everyone who opened issues (even all the duplicates).
Honourable mentions to @kkoopa and @saper for all their hard work the io.js v3 compatibility.