Skip to content

Commit

Permalink
Add note about versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Oct 26, 2016
1 parent 92145c5 commit 28dc42b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ and consume 76 MB on a Surface Pro 3.
The language server is fully operational while indexing and can respond to requests with the definitions already indexed.
Follow-up requests will be almost instant because the index is kept in memory.

## Versioning

This project follows [semver](http://semver.org/) for the protocol communication and command line parameters,
e.g. a major version increase of the LSP will result in a major version increase of the PHP LS.
New features like request implementations will result in a new minor version.
Everything else will be a patch release.
All classes are considered internal and are not subject to semver.

## Used by
- [vscode-php-intellisense](https://github.com/felixfbecker/vscode-php-intellisense)

Expand Down

0 comments on commit 28dc42b

Please sign in to comment.