1
0
Fork 0

Add note about versioning

pull/123/head v3.0.0
Felix Becker 2016-10-27 00:11:33 +02:00
parent 92145c526e
commit 28dc42b5c0
1 changed files with 8 additions and 0 deletions

View File

@ -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. 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. 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 ## Used by
- [vscode-php-intellisense](https://github.com/felixfbecker/vscode-php-intellisense) - [vscode-php-intellisense](https://github.com/felixfbecker/vscode-php-intellisense)