This repository was archived by the owner on Mar 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <a name =" 2.1.0-alpha.0 " ></a >
2+ # [ 2.1.0-alpha.0] ( https://github.com/dequelabs/axe-cli/compare/v2.0.0...v2.1.0-alpha.0 ) (2018-02-20)
3+
4+
5+ ### Bug Fixes
6+
7+ * Security vulnerability in hoek package ([ #50 ] ( https://github.com/dequelabs/axe-cli/issues/50 ) ) ([ 81695ad] ( https://github.com/dequelabs/axe-cli/commit/81695ad ) )
8+
9+ ### Features
10+
11+ * Upgrade axe-core to 3.0.0-beta.1
12+ * Upgrade axe-webdriverjs to 2.0.0-alpha.1
13+
14+
15+
16+ <a name =" 2.0.0 " ></a >
17+ ## [ 2.0.0] ( https://github.com/dequelabs/axe-cli/compare/v1.3.1...v2.0.0 ) (2017-12-19)
18+
19+
20+ ### Features
21+
22+ * Use chrome-headless as default browser replacing PhantomJS ([ 1ae8e12] ( https://github.com/dequelabs/axe-cli/commit/1ae8e12 ) )
23+
24+
25+ ### BREAKING CHANGES
26+
27+ * PhantomJS is no longer maintained. We will be
28+ replacing it with headless Chrome
29+
30+
31+
132<a name =" 1.3.1 " ></a >
233## [ 1.3.1] ( https://github.com/dequelabs/axe-cli/compare/v1.3.0...v1.3.1 ) (2017-12-19)
334
Original file line number Diff line number Diff line change 11{
22 "name" : " axe-cli" ,
3- "version" : " 2.0 .0" ,
3+ "version" : " 2.1.0-alpha .0" ,
44 "description" : " A CLI for accessibility testing using axe-core" ,
55 "main" : " index.js" ,
66 "engines" : {
3535 },
3636 "homepage" : " https://github.com/dequelabs/axe-cli#readme" ,
3737 "dependencies" : {
38- "axe-core" : " ^2.6.0 " ,
39- "axe-webdriverjs" : " ^1.2 .1" ,
38+ "axe-core" : " ^3.0.0-beta.1 " ,
39+ "axe-webdriverjs" : " ^2.0.0-alpha .1" ,
4040 "chromedriver" : " ^2.32.3" ,
4141 "colors" : " ^1.1.2" ,
4242 "commander" : " ^2.9.0" ,
4848 "snyk" : " ^1.41.1"
4949 },
5050 "snyk" : true
51- }
51+ }
You can’t perform that action at this time.
0 commit comments