Releases: nodejs/node-chakracore
Node.js with ChakraCore (node-chakracore-v10.13.0)
This release contains the following stable builds:
- Node-ChakraCore on Windows (Beta)
- Node-ChakraCore on Linux (x64 Preview)
- Node-ChakraCore on macOS (x64 Preview)
They correspond to the release build from nodejs.org
Included in this release:
- Upstream changes from Node.js v10.13.0
- Stability and performance improvements from ChakraCore release/1.11@aa0db7087
Feature Highlights:
- Full support for ABI stable N-API
- Easy getting started with Time-Travel Debugging via a new Visual Studio Code Extension
- TTD support for generators and async functions
- Support for Inspector protocol
- Increased stability and other assorted improvements
Known Issues:
- The
v8
module has been updated to return an empty object. Previously it would return an object that appeared to support those V8 APIs, but were not implemented.
See ChangeLog for changes in this release.
Please use the following install instructions to try out the stable builds published here on GitHub.
For installing Node-ChakraCore side-by-side your existing Node installation, we recommend Node Version Switcher (NVS).
nvs remote chakracore https://nodejs.org/download/chakracore-release/
nvs add chakracore/latest
nvs use chakracore
Nightly builds of Node-ChakraCore are available at https://nodejs.org/download/chakracore-nightly/
Please use the following instructions to install the nightly builds.
nvs remote chakracore-nightly https://nodejs.org/download/chakracore-nightly/
nvs add chakracore-nightly/latest
nvs use chakracore-nightly
Node.js with ChakraCore (node-chakracore-v10.6.0)
This release contains the following stable builds:
- Node-ChakraCore on Windows (Beta)
- Node-ChakraCore on Linux (x64 Preview)
- Node-ChakraCore on macOS (x64 Preview)
They correspond to the release build from nodejs.org
Included in this release:
- Upstream changes from Node.js v10.6.0
- Stability and performance improvements from ChakraCore release/1.10@0a1d70bb3c
Feature Highlights:
- Full support for ABI stable N-API
- Easy getting started with Time-Travel Debugging via a new Visual Studio Code Extension
- TTD support for generators and async functions
- Support for Inspector protocol
- Increased stability and other assorted improvements
Known Issues:
- The
v8
module has been updated to return an empty object. Previously it would return an object that appeared to support those V8 APIs, but were not implemented.
See ChangeLog for changes in this release.
Please use the following install instructions to try out the stable builds published here on GitHub.
For installing Node-ChakraCore side-by-side your existing Node installation, we recommend Node Version Switcher (NVS).
nvs remote chakracore https://nodejs.org/download/chakracore-release/
nvs add chakracore/latest
nvs use chakracore
Nightly builds of Node-ChakraCore are available at https://nodejs.org/download/chakracore-nightly/
Please use the following instructions to install the nightly builds.
nvs remote chakracore-nightly https://nodejs.org/download/chakracore-nightly/
nvs add chakracore-nightly/latest
nvs use chakracore-nightly
Node.js with ChakraCore (node-chakracore-v10.1.0)
This release contains the following stable builds:
- Node-ChakraCore on Windows (Beta)
- Node-ChakraCore on Linux (x64 Preview)
- Node-ChakraCore on macOS (x64 Preview)
They correspond to the release build from nodejs.org
Included in this release:
- Upstream changes from Node.js v10.1.0
- Stability and performance improvements from ChakraCore release/1.9@1b469e2352
Feature Highlights:
- Full support for ABI stable N-API
- Easy getting started with Time-Travel Debugging via a new Visual Studio Code Extension
- TTD support for generators and async functions
- Support for Inspector protocol
- Increased stability and other assorted improvements
Known Issues:
- The
v8
module has been updated to return an empty object. Previously it would return an object that appeared to support those V8 APIs, but were not implemented.
See ChangeLog for changes in this release.
Please use the following install instructions to try out the stable builds published here on GitHub.
For installing Node-ChakraCore side-by-side your existing Node installation, we recommend Node Version Switcher (NVS).
nvs remote chakracore https://nodejs.org/download/chakracore-release/
nvs add chakracore/latest
nvs use chakracore
Nightly builds of Node-ChakraCore are available at https://nodejs.org/download/chakracore-nightly/
Please use the following instructions to install the nightly builds.
nvs remote chakracore-nightly https://nodejs.org/download/chakracore-nightly/
nvs add chakracore-nightly/latest
nvs use chakracore-nightly
Node.js with ChakraCore (node-chakracore-v10.0.0)
This release contains the following stable builds:
- Node-ChakraCore on Windows (Beta)
- Node-ChakraCore on Linux (x64 Preview)
- Node-ChakraCore on macOS (x64 Preview)
They correspond to the release build from nodejs.org
Included in this release:
- Upstream changes from Node.js v10.0.0
- Stability and performance improvements from ChakraCore release/1.9@3003fadd74
Feature Highlights:
- Full support for ABI stable N-API
- Easy getting started with Time-Travel Debugging via a new Visual Studio Code Extension
- TTD support for generators and async functions
- Support for Inspector protocol
- Increased stability and other assorted improvements
Known Issues:
- The
v8
module has been updated to return an empty object. Previously it would return an object that appeared to support those V8 APIs, but were not implemented. vm.runInContext
-var
declarations in the global scope of another context are not reflected on the sandbox object [issue]
See ChangeLog for changes in this release.
Please use the following install instructions to try out the stable builds published here on GitHub.
For installing Node-ChakraCore side-by-side your existing Node installation, we recommend Node Version Switcher (NVS).
nvs remote chakracore https://nodejs.org/download/chakracore-release/
nvs add chakracore/latest
nvs use chakracore
Nightly builds of Node-ChakraCore are available at https://nodejs.org/download/chakracore-nightly/
Please use the following instructions to install the nightly builds.
nvs remote chakracore-nightly https://nodejs.org/download/chakracore-nightly/
nvs add chakracore-nightly/latest
nvs use chakracore-nightly
Node.js with ChakraCore (node-chakracore-v8.11.1)
This release contains the following stable builds:
- Node-ChakraCore on Windows (Beta)
- Node-ChakraCore on Linux (x64 Preview)
- Node-ChakraCore on macOS (x64 Preview)
They correspond to the LTS release build from nodejs.org
Included in this release:
- Upstream changes from Node.js v8.11.1
- Stability and performance improvements from ChakraCore release/1.9@495de1a
Feature Highlights:
- TTD support for generators and async functions
- Increased stability and other assorted improvements
- Support for N-API
- Support for Inspector protocol
Breaking Changes:
- The
v8
module has been updated to return an empty object. Previously it would return an object that appeared to support those V8 APIs, but were not implemented.
See ChangeLog for changes in this release.
Please use the following install instructions to try out the stable builds published here on GitHub.
For installing Node-ChakraCore side-by-side your existing Node installation, we recommend Node Version Switcher (NVS).
nvs remote chakracore https://nodejs.org/download/chakracore-release/
nvs add chakracore/latest
nvs use chakracore
Nightly builds of Node-ChakraCore are available at https://nodejs.org/download/chakracore-nightly/
Please use the following instructions to install the nightly builds.
nvs remote chakracore-nightly https://nodejs.org/download/chakracore-nightly/
nvs add chakracore-nightly/latest
nvs use chakracore-nightly
Node.js with ChakraCore (node-chakracore-v8.10.0)
This release contains the following stable builds:
- Node-ChakraCore on Windows (Beta)
- Node-ChakraCore on Linux (x64 Preview)
- Node-ChakraCore on macOS (x64 Preview)
They correspond to the LTS release build from nodejs.org
Included in this release:
- Upstream changes from Node.js v8.10.0
- Stability and performance improvements from ChakraCore release/1.9@bfbcfa5b9e
Feature Highlights:
- TTD support for generators and async functions
- Increased stability and other assorted improvements
- Support for N-API
- Support for Inspector protocol
Breaking Changes:
- The
v8
module has been updated to return an empty object. Previously it would return an object that appeared to support those V8 APIs, but were not implemented.
See ChangeLog for changes in this release.
Please use the following install instructions to try out the stable builds published here on GitHub.
For installing Node-ChakraCore side-by-side your existing Node installation, we recommend Node Version Switcher (NVS).
nvs remote chakracore https://nodejs.org/download/chakracore-release/
nvs add chakracore/latest
nvs use chakracore
Nightly builds of Node-ChakraCore are available at https://nodejs.org/download/chakracore-nightly/
Please use the following instructions to install the nightly builds.
nvs remote chakracore-nightly https://nodejs.org/download/chakracore-nightly/
nvs add chakracore-nightly/latest
nvs use chakracore-nightly
Node.js with ChakraCore (node-chakracore-v8.9.4)
This release contains the following stable builds:
- Node-ChakraCore on Windows (Beta)
- Node-ChakraCore on Linux (x64 Preview)
- Node-ChakraCore on macOS (x64 Preview)
They correspond to the LTS release build from nodejs.org
Included in this release:
- Upstream changes from Node.js v8.9.4
- Stability and performance improvements from ChakraCore release/1.9@411514394e
Feature Highlights:
- TTD support for generators and async functions
- Increased stability and other assorted improvements
- Support for N-API
- Support for Inspector protocol
See ChangeLog for changes in this release.
Please use the following install instructions to try out the stable builds published here on GitHub.
For installing Node-ChakraCore side-by-side your existing Node installation, we recommend Node Version Switcher (NVS).
nvs remote chakracore https://nodejs.org/download/chakracore-release/
nvs add chakracore/latest
nvs use chakracore
Nightly builds of Node-ChakraCore are available at https://nodejs.org/download/chakracore-nightly/
Please use the following instructions to install the nightly builds.
nvs remote chakracore-nightly https://nodejs.org/download/chakracore-nightly/
nvs add chakracore-nightly/latest
nvs use chakracore-nightly
Node.js with ChakraCore (node-chakracore-v8.6.0)
This release contains the following stable builds:
- Node-ChakraCore on Windows (Beta)
- Node-ChakraCore on Linux (x64 Preview)
- Node-ChakraCore on macOS (x64 Preview)
They correspond to the release build from nodejs.org
Note about Time Travel Debugging: Time Travel Debugging is an important feature of Node-ChakraCore that we are continuing to improve. TTD currently does not support async functions and generator functions, which are now being used in Node standard library code. Until support for tracking these kinds of functions is enabled, TTD will be unstable. This does not impact the performance or stability of running Node-ChakraCore without TTD recording enabled. If you would like to use TTD, please remain on Node-ChakraCore 8.4.0 for the time being, and keep track of any updates on TTD support for async and generator functions here.
Included in this release:
- Upstream changes from Node.js v8.6.0, including the removal of the --napi-modules experimental flag
- Stability and performance improvements from ChakraCore v1.7.2
Feature Highlights:
- Performance improvements
- Support for N-API
- Support for Inspector protocol
See ChangeLog for changes in this release.
Please use the following install instructions to try out the stable builds published here on GitHub.
For installing Node-ChakraCore side-by-side your existing Node installation, we recommend Node Version Switcher (NVS).
nvs remote chakracore https://nodejs.org/download/chakracore-release/
nvs add chakracore/latest
nvs use chakracore
Nightly builds of Node-ChakraCore are available at https://nodejs.org/download/chakracore-nightly/
Please use the following instructions to install the nightly builds.
nvs remote chakracore-nightly https://nodejs.org/download/chakracore-nightly/
nvs add chakracore-nightly/latest
nvs use chakracore-nightly
Node.js with ChakraCore (node-chakracore-v8.4.0)
This release contains the following stable builds:
- Node-ChakraCore with Time Travel Debugging on Windows (Beta)
- Node-ChakraCore with Time Travel Debugging on Linux (x64 Preview)
- Node-ChakraCore with Time Travel Debugging on macOS (x64 Preview)
They correspond to the release build from nodejs.org
Included in this release:
- Upstream changes from Node.js v8.4.0
- Stability and performance improvements from ChakraCore v1.7.1
Feature Highlights:
- Performance improvements
- Support for N-API
- Support for Inspector protocol
- TTD enhancements and stability
See ChangeLog for changes in this release.
Please use the following install instructions to try out the stable builds published here on GitHub.
For installing Node-ChakraCore side-by-side your existing Node installation, we recommend Node Version Switcher (NVS).
nvs remote chakracore https://nodejs.org/download/chakracore-release/
nvs add chakracore/latest
nvs use chakracore
Nightly builds of Node-ChakraCore are available at https://nodejs.org/download/chakracore-nightly/
Please use the following instructions to install the nightly builds.
nvs remote chakracore-nightly https://nodejs.org/download/chakracore-nightly/
nvs add chakracore-nightly/latest
nvs use chakracore-nightly
Node.js with ChakraCore (node-chakracore-v8.3.0)
This release contains the following stable builds:
- Node-ChakraCore with Time Travel Debugging on Windows (Beta)
- Node-ChakraCore with Time Travel Debugging on Linux (x64 Preview)
- Node-ChakraCore with Time Travel Debugging on macOS (x64 Preview)
They correspond to the release build from nodejs.org
Included in this release:
- Upstream changes from Node.js v8.3.0
- Stability and performance improvements from ChakraCore v1.7.1
Feature Highlights:
- Performance improvements
- Support for N-API
- Support for Inspector protocol
- TTD enhancements and stability
See ChangeLog for changes in this release.
Please use the following install instructions to try out the stable builds published here on GitHub.
For installing Node-ChakraCore side-by-side your existing Node installation, we recommend Node Version Switcher (NVS).
nvs remote chakracore https://nodejs.org/download/chakracore-release/
nvs add chakracore/latest
nvs use chakracore
Nightly builds of Node-ChakraCore are available at https://nodejs.org/download/chakracore-nightly/
Please use the following instructions to install the nightly builds.
nvs remote chakracore-nightly https://nodejs.org/download/chakracore-nightly/
nvs add chakracore-nightly/latest
nvs use chakracore-nightly