From 9ea6b6ab039239b226f555cff30fa19f51665395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Tue, 16 Oct 2018 12:49:49 +0200 Subject: [PATCH] README: highlight Active LTS at the top Add a short warning at the top of README to explain that this package is no longer accepting new features and point users to LoopBack 4. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e74d8113..5f40cd5f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ [![Module LTS Adopted'](https://img.shields.io/badge/Module%20LTS-Adopted-brightgreen.svg?style=flat)](http://github.com/CloudNativeJS/ModuleLTS) [![IBM Support](https://img.shields.io/badge/IBM%20Support-Frameworks-brightgreen.svg?style=flat)](http://ibm.biz/node-support) +**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. + +## Overview + LoopBack is a highly-extensible, open-source Node.js framework that enables you to: * Create dynamic end-to-end REST APIs with little or no coding.