From 3ebc4c399e330365f9f63e2ff5d083bf7766b88c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 10 May 2018 09:36:54 +0200 Subject: [PATCH] Update LTS information in README - 6.x is active - 5.x is LTS - 4.x is in maintenance - 2.x is no longer supported --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 441e807..4e47ec7 100644 --- a/README.md +++ b/README.md @@ -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`.