mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Version 1.12.0
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@@ -1,6 +1,24 @@
|
|||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.12.0 (2016-05-26)
|
||||||
|
|
||||||
|
* Update Node.js version support to 0.10–6.0
|
||||||
|
* Update dependencies
|
||||||
|
* body-parser: added at ~1.15
|
||||||
|
* chalk: ~0.2 to ~1.1
|
||||||
|
* compression: added at ~1.6
|
||||||
|
* express: ~3.4 to ~4.13
|
||||||
|
* express-hbs: ~0.2 to ~1.0
|
||||||
|
* moment: ~2.2 to ~2.13
|
||||||
|
* pa11y-webservice: ~1.10 to ~1.11
|
||||||
|
* pa11y-webservice-client-node: ~1.1 to ~1.2
|
||||||
|
* bower: ~1.2 to ~1.7
|
||||||
|
* cheerio: added at ~0.20
|
||||||
|
* jsdom: removed
|
||||||
|
* request: ~2.27 to ^2
|
||||||
|
* uglify-js: ~2.4 to ~2.6
|
||||||
|
|
||||||
## 1.11.0 (2016-05-23)
|
## 1.11.0 (2016-05-23)
|
||||||
|
|
||||||
* Add the ability to configure task wait times
|
* Add the ability to configure task wait times
|
||||||
|
@@ -139,5 +139,5 @@ Copyright © 2013–2016, Springer Nature
|
|||||||
[info-build]: https://travis-ci.org/pa11y/pa11y-dashboard
|
[info-build]: https://travis-ci.org/pa11y/pa11y-dashboard
|
||||||
[shield-license]: https://img.shields.io/badge/license-GPL%203.0-blue.svg
|
[shield-license]: https://img.shields.io/badge/license-GPL%203.0-blue.svg
|
||||||
[shield-node]: https://img.shields.io/badge/node.js%20support-0.10–6-brightgreen.svg
|
[shield-node]: https://img.shields.io/badge/node.js%20support-0.10–6-brightgreen.svg
|
||||||
[shield-version]: https://img.shields.io/badge/version-1.11.0-blue.svg
|
[shield-version]: https://img.shields.io/badge/version-1.12.0-blue.svg
|
||||||
[shield-build]: https://img.shields.io/travis/pa11y/pa11y-dashboard/master.svg
|
[shield-build]: https://img.shields.io/travis/pa11y/pa11y-dashboard/master.svg
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pa11y-dashboard",
|
"name": "pa11y-dashboard",
|
||||||
"version": "1.11.0",
|
"version": "1.12.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
||||||
"description": "pa11y-dashboard is a visual web interface to the pa11y accessibility reporter",
|
"description": "pa11y-dashboard is a visual web interface to the pa11y accessibility reporter",
|
||||||
|
Reference in New Issue
Block a user