From d3f515f0d7f9d419dac3420b6be22ca76fb92a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 5 Mar 2020 13:24:42 +0100 Subject: [PATCH] Update LTS status in README --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eaa3215..1e76ef1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ # LoopBack AngularJS SDK -This module is in Active LTS mode, new features are no longer accepted. -(See [Module Long Term Support Policy](#module-long-term-support-policy) below.) -LoopBack 3 users looking for new features are encouraged to upgrade to LoopBack 4. Refer to [loopback-next#1849](https://github.com/strongloop/loopback-next/issues/1849) for more information on how to upgrade. +**⚠️ LoopBack 3 is in Maintenance LTS mode, only critical bugs and critical +security fixes will be provided. (See +[Module Long Term Support Policy](#module-long-term-support-policy) below.)** -**NOTE: The loopback-sdk-angular module supersedes [loopback-angular](https://www.npmjs.org/loopback-angular). Please update your package.json accordingly.** +We urge all LoopBack 3 users to migrate their applications to LoopBack 4 as +soon as possible. Refer to our +[Migration Guide](https://loopback.io/doc/en/lb4/migration-overview.html) +for more information on how to upgrade. + +## Overview The JavaScript AngularJS SDK provides an API based on [ngResource.$resource](http://docs.angularjs.org/api/ngResource.$resource) @@ -29,7 +34,7 @@ This module adopts the [Module Long Term Support (LTS)](https://github.com/CloudN | Version | Status | Published | EOL | | ------- | --------------- | --------- | -------- | -| 3.x | Active LTS | Nov 2016 | Dec 2019 | -| 1.x | Maintenance LTS | Jul 2014 | Apr 2019 | +| 3.x | Maintenance LTS | Nov 2016 | Dec 2020 | +| 1.x | End-of-Life | Jul 2014 | Apr 2019 | -Learn more about our LTS plan in the [docs](https://loopback.io/doc/en/contrib/Long-term-support.html). \ No newline at end of file +Learn more about our LTS plan in the [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).