mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
20 lines
533 B
Markdown
20 lines
533 B
Markdown
|
|
Migration Guide
|
|
===============
|
|
|
|
Pa11y Dashboard's API changes between major versions. This is a guide to help you make the switch when this happens.
|
|
|
|
|
|
Table Of Contents
|
|
-----------------
|
|
|
|
- [Migrating from 1.0 to 2.0](#migrating-from-10-to-20)
|
|
|
|
|
|
Migrating from 1.0 to 2.0
|
|
-------------------------
|
|
|
|
### Node.js Support
|
|
|
|
The only breaking change in Pa11y Dashboard 2.0 is that Node.js 0.10 and 0.12 are no longer supported. We'll be using newer ES6 features in upcoming releases which will not work in these older Node.js versions.
|