-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare version 4's details for README and MIGRATION; sunset <= 3
- Loading branch information
1 parent
7558950
commit c16a654
Showing
2 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
# Migration Guide | ||
|
||
Pa11y's API changes between major versions. This is a guide to help you make the switch when this happens. | ||
This package's API and/or supported set of environments changes between major versions. This is a guide to help you update your project to use a new major version. | ||
|
||
## Migrating from 2.x to 3.x | ||
## Migrating to 4 from 3 | ||
|
||
Pa11y Webservice Client 3.x only supports Node.js v12 and higher, you'll need to upgrade to be able to use it. | ||
Versions 4.x of this client require Node.js version 14 or above. | ||
|
||
## Migrating from 1.x to 2.x | ||
## Migrating to 3 from 2 | ||
|
||
Pa11y Webservice Client 2.x only supports Node.js v8.0.0 and higher, you'll need to upgrade to be able to use it. | ||
Versions 3.x of this client require Node.js version 12 or above. | ||
|
||
## Migrating to 2 from 1 | ||
|
||
Versions 2.x of this client require Node.js version 8 or above. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters