Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

docs: update readme with end-of-life message #9

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# packaged angular-scenario

**This package contains AngularJS (version 1.x), if you are looking for the latest Angular, please visit [angular.io](https://angular.io).**
**This package contains the legacy AngularJS (version 1.x). AngularJS support has officially ended
as of January 2022.
[See what ending support means](https://docs.angularjs.org/misc/version-support-status) and
[read the end of life announcement](https://goo.gle/angularjs-end-of-life).**

This tool is now in maintenance mode. If you are starting a new project, please use
[Protractor](https://github.com/angular/protractor). Existing projects using scenario runner are
advised to migrate to protractor, as this tool is unlikely to receive updates.
If you are starting a new project, please use [Protractor](https://github.com/angular/protractor).
Existing projects using scenario runner are advised to migrate to protractor, as this tool will no
longer receive updates.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may want to remove this paragraph entirely.


This repo is for distribution on `npm` and `bower`. The source for this module is in the
[main AngularJS repo](https://github.com/angular/angular.js/tree/master/src/ngScenario).
Please file issues and pull requests against that repo.
**[See `@angular/core` for the actively supported Angular](https://npmjs.com/@angular/core).**

## Install

Expand Down Expand Up @@ -42,7 +43,7 @@ Documentation is available on the

The MIT License

Copyright (c) 2010-2015 Google, Inc. http://angularjs.org
Copyright (c) 2022 Google LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down