Skip to content

Commit

Permalink
Update LTS status in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos authored Mar 5, 2020
1 parent 16525a2 commit d3f515f
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -29,7 +34,7 @@ This module adopts the [Module Long Term Support (LTS)](http://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).
Learn more about our LTS plan in the [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).

0 comments on commit d3f515f

Please sign in to comment.