Skip to content

Commit

Permalink
Docs: Versioning policy
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Jan 21, 2020
1 parent 7f85273 commit 76afa1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,12 @@ This is in case you're relying on some functionality of a specific version of th

In future, a mechanism for specifying an acceptable *range* of versions may be added to `class-extension`.

## Versioning

This module follows [semver](https://semver.org/). Breaking changes will only be made in major version updates.

All active NodeJS release lines are supported (v10+ at time of writing). After a release line of NodeJS reaches end of life according to [Node's LTS schedule](https://nodejs.org/en/about/releases/), support for that version of Node may be dropped at any time, and this will not be considered a breaking change. Dropping support for a Node version will be made in a minor version update (e.g. 1.2.0 to 1.3.0). If you are using a Node version which is approaching end of life, pin your dependency of this module to patch updates only using tilde (`~`) e.g. `~1.2.3` to avoid breakages.

## Tests

Use `npm test` to run the tests. Use `npm run cover` to check coverage.
Expand Down

0 comments on commit 76afa1c

Please sign in to comment.