From b6b61c9c00ef548ec28cdaaa0209dcd9970ac2e5 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Thu, 3 Dec 2020 17:05:13 +0100 Subject: [PATCH 1/2] Update nodejs initial version to 0.10.0 --- schemas/compat-data-schema.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/schemas/compat-data-schema.md b/schemas/compat-data-schema.md index db3def4c1298b6..8994b85439ccfd 100644 --- a/schemas/compat-data-schema.md +++ b/schemas/compat-data-schema.md @@ -253,21 +253,21 @@ Examples: The following table indicates initial versions for browsers in BCD. These are the earliest possible version numbers allowed to be used. When the earliest version is not naturally "1" or "1.0", see the _Notes_ column for an explanation. -| Browser | Initial version | Notes | -| ---------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| Chrome | 1 | | -| Chrome Android | 18 | Stable versioning started at 18. No Chrome Android 17 or earlier was ever released. | -| Edge | 12 | EdgeHTML versioning started at 12, continuing from Internet Explorer 11. After version 18, Edge jumped to version 79, synchronizing with the Chromium versioning scheme. | -| Firefox | 1 | | -| Firefox Android | 4 | Stable versioning started at 4. Earlier non-Android mobile versions are ignored. | -| IE | 1 | | -| Node.js | 0.1.100 | Subject to change to 0.10.0. This project selected 0.10.0 as the first release primarily because the 0.10-series releases was the first to have LTS status applied. See issue #6861. | -| Opera | 2 | Stable versioning started at 2. Opera 1 was demoed at a conference, but never publicly released. | -| Opera Android | 10.1 | Stable versioning started at 10.1. | -| Safari | 1 | | -| iOS Safari | 1 | | -| Samsung Internet | 1.0 | | -| WebView Android | 1 | | +| Browser | Initial version | Notes | +| ---------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| Chrome | 1 | | +| Chrome Android | 18 | Stable versioning started at 18. No Chrome Android 17 or earlier was ever released. | +| Edge | 12 | EdgeHTML versioning started at 12, continuing from Internet Explorer 11. After version 18, Edge jumped to version 79, synchronizing with the Chromium versioning scheme. | +| Firefox | 1 | | +| Firefox Android | 4 | Stable versioning started at 4. Earlier non-Android mobile versions are ignored. | +| IE | 1 | | +| Node.js | 0.10.0 | This project selected 0.10.0 as the first release primarily because the 0.10-series releases was the first to have LTS status applied. | +| Opera | 2 | Stable versioning started at 2. Opera 1 was demoed at a conference, but never publicly released. | +| Opera Android | 10.1 | Stable versioning started at 10.1. | +| Safari | 1 | | +| iOS Safari | 1 | | +| Samsung Internet | 1.0 | | +| WebView Android | 1 | | ### Ranged versions From e2bdc8590a06a9c283ff7d52a9e4bb9fcf0a94c4 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Thu, 3 Dec 2020 17:26:51 +0100 Subject: [PATCH 2/2] re-add issue link --- schemas/compat-data-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/compat-data-schema.md b/schemas/compat-data-schema.md index 8994b85439ccfd..c5f40207d39fbf 100644 --- a/schemas/compat-data-schema.md +++ b/schemas/compat-data-schema.md @@ -261,7 +261,7 @@ The following table indicates initial versions for browsers in BCD. These are th | Firefox | 1 | | | Firefox Android | 4 | Stable versioning started at 4. Earlier non-Android mobile versions are ignored. | | IE | 1 | | -| Node.js | 0.10.0 | This project selected 0.10.0 as the first release primarily because the 0.10-series releases was the first to have LTS status applied. | +| Node.js | 0.10.0 | This project selected 0.10.0 as the first release primarily because the 0.10-series releases was the first to have LTS status applied. See issue #6861. | | Opera | 2 | Stable versioning started at 2. Opera 1 was demoed at a conference, but never publicly released. | | Opera Android | 10.1 | Stable versioning started at 10.1. | | Safari | 1 | |