From 8b25e215207b3788cc1c9bb94d6ef2a452682360 Mon Sep 17 00:00:00 2001 From: Sven SAULEAU Date: Sun, 25 Dec 2016 20:54:20 +0100 Subject: [PATCH 1/3] build: remove Circle CI --- circle.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 circle.yml diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 8aa7e6da90..0000000000 --- a/circle.yml +++ /dev/null @@ -1,8 +0,0 @@ -machine: - node: - version: - 0.10.46 - -test: - override: - - make test-ci From 90279f102f2b4b6972f26b858e5faae4783117f2 Mon Sep 17 00:00:00 2001 From: Sven SAULEAU Date: Sun, 25 Dec 2016 20:54:38 +0100 Subject: [PATCH 2/3] docs: remove compiler support for 0.10 --- doc/design/compiler-environment-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/design/compiler-environment-support.md b/doc/design/compiler-environment-support.md index 77c01b0878..30b016cb15 100644 --- a/doc/design/compiler-environment-support.md +++ b/doc/design/compiler-environment-support.md @@ -2,12 +2,12 @@ **NOTE:** Compiler support does not dictate the runtime requirements of compiled code. -## Supported environments +## Officially supported environments The Babel compiler is **only** supported in these environments: - Modern browsers such as Chrome, Firefox, Safari, Edge etc. - - Node 0.10+ + - Node 4 ## Unsupported environments From d67b55e88fe561cd45080b1fec1db460a1b5f63f Mon Sep 17 00:00:00 2001 From: Sven SAULEAU Date: Sun, 15 Jan 2017 19:45:07 +0100 Subject: [PATCH 3/3] fix: [skip ci] update supported environments --- doc/design/compiler-environment-support.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/design/compiler-environment-support.md b/doc/design/compiler-environment-support.md index 30b016cb15..1d5a867205 100644 --- a/doc/design/compiler-environment-support.md +++ b/doc/design/compiler-environment-support.md @@ -7,7 +7,7 @@ The Babel compiler is **only** supported in these environments: - Modern browsers such as Chrome, Firefox, Safari, Edge etc. - - Node 4 + - Node.js 4 and upper versions ## Unsupported environments @@ -17,7 +17,6 @@ to: - Rhino - Nashorn - Internet Explorer - - ... **NOTE:** If Babel works in any of the unsupported environments, it is purely coincidental and has no bearing on future compatibility. Use at your own risk.