Update LTS information in README

- 6.x is active
 - 5.x is LTS
 - 4.x is in maintenance
 - 2.x is no longer supported
This commit is contained in:
Miroslav Bajtoš 2018-05-10 09:36:54 +02:00
parent a37cf1d868
commit 3ebc4c399e
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
1 changed files with 3 additions and 8 deletions

View File

@ -4,17 +4,12 @@ Browse and test your LoopBack app's APIs.
## Supported versions
Current|Long Term Support
:-:|:-:
4.x|2.x
Current|Long Term Support|Maintenance
:-:|:-:|:-:
6.x|5.x|4.x
Learn more about our LTS plan in [docs](http://loopback.io/doc/en/contrib/Long-term-support.html).
*The only difference between 3.x and 4.x versions is which Node.js versions
are supported (loopback-component-explorer 4.x dropped support for pre-v4
versions of Node.js). Therefore we decided to not maintain 3.x version line and
provide LTS support for the 2.x version line instead.*
## Basic Usage
Below is a simple LoopBack application. The explorer is mounted at `/explorer`.