diff --git a/CHANGES.md b/CHANGES.md index 430125d..dc3e601 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +2020-03-06, Version 3.2.2 +========================= + + * Update LTS status in README (Miroslav Bajtoš) + + +2020-03-06, Version 3.2.1 +========================= + + * chore: update copyrights years (Agnes Lin) + + * add lts announcement (jannyHou) + + 2018-08-24, Version 3.2.0 ========================= diff --git a/Gruntfile.js b/Gruntfile.js index 113b263..7cea6c4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014. All Rights Reserved. +// Copyright IBM Corp. 2014,2016. All Rights Reserved. // Node module: grunt-loopback-sdk-angular // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/README.md b/README.md index b38826a..bc8b826 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,18 @@ # grunt-loopback-sdk-angular -**NOTE: The grunt-loopback-sdk-angular module supersedes [grunt-loopback-angular](https://www.npmjs.org/grunt-loopback-angular). Please update your package.json and Gruntfile accordingly.** +**⚠️ LoopBack 3 has reached end of life. We are no longer accepting pull requests or providing +support for community users. The only exception is fixes for critical bugs and security +vulnerabilities provided as part of support for IBM API Connect customers. (See +[Module Long Term Support Policy](#module-long-term-support-policy) below.)** -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. +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. -> Grunt plugin for auto-generating Angular $resource services for LoopBack +## Overview + +Grunt plugin for auto-generating Angular $resource services for LoopBack ## Getting Started This plugin requires Grunt `~0.4.2` @@ -49,7 +55,6 @@ 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 | End-of-Life | Nov 2016 | Dec 2020 | -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). diff --git a/package.json b/package.json index ea27f1b..ab0253b 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,9 @@ { "name": "grunt-loopback-sdk-angular", "description": "Grunt plugin for auto-generating Angular $resource services for LoopBack", - "version": "3.2.0", + "version": "3.2.2", "homepage": "https://github.com/strongloop/grunt-loopback-sdk-angular", - "author": { - "name": "StrongLoop, Inc.", - "email": "callback@strongloop.com", - "url": "http://strongloop.com/" - }, + "author": "IBM Corp.", "repository": { "type": "git", "url": "git://github.com/strongloop/grunt-loopback-sdk-angular.git" diff --git a/tasks/loopback_angular.js b/tasks/loopback_angular.js index 55a736c..35a6e92 100644 --- a/tasks/loopback_angular.js +++ b/tasks/loopback_angular.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: grunt-loopback-sdk-angular // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/fixtures/app.js b/test/fixtures/app.js index 833948f..191feb4 100644 --- a/test/fixtures/app.js +++ b/test/fixtures/app.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014. All Rights Reserved. +// Copyright IBM Corp. 2014,2018. All Rights Reserved. // Node module: grunt-loopback-sdk-angular // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT diff --git a/test/loopback_sdk_angular_test.js b/test/loopback_sdk_angular_test.js index 57aae29..0f944d6 100644 --- a/test/loopback_sdk_angular_test.js +++ b/test/loopback_sdk_angular_test.js @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2014. All Rights Reserved. +// Copyright IBM Corp. 2014,2016. All Rights Reserved. // Node module: grunt-loopback-sdk-angular // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT