From df080bc8a4ce250fffa8623f154d99d8a8f58f11 Mon Sep 17 00:00:00 2001 From: Marketionist Date: Mon, 26 Apr 2021 00:27:11 -0400 Subject: [PATCH 1/2] Update deprecation notice links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e854f6..4431d6f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) -# This package is deprecated and will not be updated anymore as the Angular team announced that Protractor will be sunsetted at the end of 2022 - https://github.com/angular/protractor/issues/5502. Please consider switching to https://github.com/Marketionist/testcafe-cucumber-steps or https://github.com/Marketionist/webdriverio-cucumber-steps +# This package is deprecated and will not be updated anymore as the Angular team announced that Protractor will be sunsetted at the end of 2022 - https://github.com/angular/protractor/issues/5502. Please consider switching to [testcafe-cucumber-steps](https://github.com/Marketionist/testcafe-cucumber-steps) or [webdriverio-cucumber-steps](https://github.com/Marketionist/webdriverio-cucumber-steps) [![Build Status](https://travis-ci.org/Marketionist/protractor-cucumber-steps.svg?branch=master)](https://travis-ci.org/Marketionist/protractor-cucumber-steps) [![npm version](https://img.shields.io/npm/v/protractor-cucumber-steps.svg)](https://www.npmjs.com/package/protractor-cucumber-steps) From c78fecec3e590c444f71b16c5545259707bc5076 Mon Sep 17 00:00:00 2001 From: Marketionist Date: Mon, 26 Apr 2021 00:28:36 -0400 Subject: [PATCH 2/2] Add a final sunset note --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5faa0c..f3bf016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v1.3.11 + +**Sunset protractor-cucumber-steps** + +Details: + +- [sunset protractor-cucumber-steps](https://github.com/Marketionist/protractor-cucumber-steps/pull/89) - due to the sunset of Protractor (see angular/protractor#5502 for more details). Please consider switching to [testcafe-cucumber-steps](https://github.com/Marketionist/testcafe-cucumber-steps) or [webdriverio-cucumber-steps](https://github.com/Marketionist/webdriverio-cucumber-steps) + +## v1.3.10 + +**Add deprecation notice** + +Details: + +- [add deprecation notice](https://github.com/Marketionist/protractor-cucumber-steps/pull/88) - due to the sunset of Protractor (see angular/protractor#5502 for more details) + ## v1.3.9 **Updated lodash and ini dependencies**