From 377783512b9cd0e330bc9e16d19a282a3e67ca10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Tue, 22 Oct 2019 03:59:09 +0100 Subject: [PATCH] doc,win: update Windows supported versions PR-URL: https://github.com/nodejs/build/pull/2099 Reviewed-By: Rod Vagg Reviewed-By: Richard Lau Reviewed-By: Christian Clauss --- ...windows-visualstudio-supported-versions.md | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/doc/windows-visualstudio-supported-versions.md b/doc/windows-visualstudio-supported-versions.md index 65f088856..5dfa1dcec 100644 --- a/doc/windows-visualstudio-supported-versions.md +++ b/doc/windows-visualstudio-supported-versions.md @@ -18,6 +18,9 @@ Supported versions for running the Node.js installer and executable as released. | v9 | 7 / 2008 R2 | | v10 | 7 / 2008 R2 | | v11 | 7 / 2008 R2 | +| v12 | 7 / 2008 R2 | +| v13 | 7 / 2008 R2 | +| v14 | 8.1 / 2012 R2 | ## For building Node.js Core @@ -34,6 +37,9 @@ Supported versions for building Node.js from source. | v9 | 2015, VCBT2015, 2017 | | v10 | 2017 [5] | | v11 | 2017 | +| v12 | 2017, 2019 (flag) [8] | +| v13 | 2017, 2019 [9] | +| v14 | 2017, 2019 | ## For building Node.js Addons @@ -49,6 +55,9 @@ Supported versions for building Node.js addons. End-users should have one of the | v9 | 2015, VCBT2015, 2017 [7] | | v10 | 2015, VCBT2015, 2017 | | v11 | 2015, VCBT2015, 2017 | +| v12 | 2015, VCBT2015, 2017, 2019 [10] | +| v13 | 2015, VCBT2015, 2017, 2019 | +| v14 | 2015, VCBT2015, 2017, 2019 | ## Official Releases @@ -65,6 +74,9 @@ These versions are used to build the official releases. | v9 | 2008 R2 | 2015 | | v10 | 2012 R2 | 2017 [5] | | v11 | 2012 R2 | 2017 | +| v12 | 2012 R2 | 2017 | +| v13 | 2012 R2 | 2017 | +| v14 | 2012 R2 | 2019 | ## References @@ -82,8 +94,16 @@ These versions are used to build the official releases. 5. Support for Visual Studio 2015 was removed in v10.0.0. - Pull Request: https://github.com/nodejs/node/pull/16868 - Pull Request: https://github.com/nodejs/node/pull/16969 -6. Support for **building addons** with Visual Studio 2017 was added in v8.0.0. +6. Support for **building addons** with Visual Studio 2017 was added in v8.0.0 (node-gyp v3.6.0). - Pull Request: https://github.com/nodejs/node-gyp/pull/1130 + - Pull Request: https://github.com/nodejs/node/pull/12480 7. Support for **building addons** with Visual Studio 2013 was removed in v9.0.0. - Issue: https://github.com/nodejs/node/issues/13372 - Pull Request: https://github.com/nodejs/node/pull/14764 +8. Support for Visual Studio 2019 was added behind a flag in v12.8.0. + - Pull Request: https://github.com/nodejs/node/pull/28781 +9. Support for Visual Studio 2019 by default was added in v13.0.1. + - Pull Request: https://github.com/nodejs/node/pull/30022 +10. Support for **building addons** with Visual Studio 2019 was added in v12.8.0 (node-gyp 5.0.0). + - Pull Request: https://github.com/nodejs/node-gyp/pull/1762 + - Pull Request: https://github.com/nodejs/node/pull/28853