Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add Node.js support policy #1670

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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
-----------

Expand Down