Merge pull request #3947 from seabaylea/lts-and-support
Add badges and information for LTS and support
This commit is contained in:
commit
6d23c2edd1
14
README.md
14
README.md
|
@ -1,6 +1,8 @@
|
|||
# LoopBack
|
||||
|
||||
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/strongloop/loopback?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[![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)
|
||||
|
||||
LoopBack is a highly-extensible, open-source Node.js framework that enables you to:
|
||||
|
||||
|
@ -22,11 +24,15 @@ LoopBack tools include:
|
|||
|
||||
For more details, see [https://loopback.io/](https://loopback.io/).
|
||||
|
||||
## Supported versions
|
||||
|
||||
Current|Long Term Support
|
||||
:-:|:-:
|
||||
3.x|2.x
|
||||
## Module Long Term Support Policy
|
||||
|
||||
This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) policy, with the following End Of Life (EOL) dates:
|
||||
|
||||
| Module Version | Release Date | Minimum EOL | EOL With | Status |
|
||||
|------------------|--------------|-------------|--------------|---------|
|
||||
| 3.x.x | Sept 2016 | Dec 2019 | | Current |
|
||||
| 2.x.x | July 2014 | Apr 2019 | Node.js 6.x | LTS |
|
||||
|
||||
Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).
|
||||
|
||||
|
|
Loading…
Reference in New Issue