From 4d489e56a13cccaab685e02eb7b85886fa6d5826 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Thu, 2 Apr 2020 23:17:48 +0200 Subject: [PATCH] docs: add Node.js support policy --- README.markdown | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 2b49bca56..bc466bf87 100644 --- a/README.markdown +++ b/README.markdown @@ -79,7 +79,7 @@ Supported Environments Handlebars has been designed to work in any ECMAScript 3 environment. This includes -- Node.js v6+ +- Node.js (see below) - Chrome - Firefox - Safari 5+ @@ -91,6 +91,17 @@ tested. The compiler requires `JSON.stringify` to be implemented natively or via [![Selenium Test Status](https://saucelabs.com/browser-matrix/handlebars.svg)](https://saucelabs.com/u/handlebars) +## NodeJS support policy + +Handlebars aims to support the **current** version of Node.js as well as **active LTS** versions. + +Our policy regarding Node.js is that dropping support for unsupported Node.js-versions +is **not** considered a breaking change. Please have a look at the Node.js support timetable +at https://github.com/nodejs/Release/blob/master/README.md. + +This policy does not affect browser compatibility. Dropping support for a currently supported +browser version will be a breaking change and a major version bump. + Performance -----------