Skip to content

v4.1.0

Compare
Choose a tag to compare
@xzyfer xzyfer released this 19 Dec 07:28
· 333 commits to master since this release

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 with Array.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