|
1 | | -<a name="3.0.0"></a> |
2 | | -# [3.0.0](https://github.com/dequelabs/axe-cli/compare/v2.1.0-alpha.1...v3.0.0) (2018-03-28) |
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
| 4 | + |
| 5 | +## [3.1.0](https://github.com/dequelabs/axe-cli/compare/v3.0.0...v3.1.0) (2019-07-15) |
| 6 | + |
| 7 | +### Bug Fixes |
3 | 8 |
|
| 9 | +- correct scope documentation ([#80](https://github.com/dequelabs/axe-cli/issues/80)) ([81b4312](https://github.com/dequelabs/axe-cli/commit/81b4312)), closes [#75](https://github.com/dequelabs/axe-cli/issues/75) |
4 | 10 |
|
5 | 11 | ### Features |
6 | 12 |
|
7 | | -* Update to [axe-core 3.0.0](https://github.com/dequelabs/axe-core/releases/tag/v3.0.0) |
8 | | -* Add --load-delay option to delay audit after page loads ([#53](https://github.com/dequelabs/axe-cli/issues/53)) ([c0659a8](https://github.com/dequelabs/axe-cli/commit/c0659a8)) |
9 | | -* Upgrade chromedriver to support Chrome 65 ([e4d4bd1](https://github.com/dequelabs/axe-cli/commit/e4d4bd1)) |
| 13 | +- add `--chrome-options` flag ([#81](https://github.com/dequelabs/axe-cli/issues/81)) ([6214bcb](https://github.com/dequelabs/axe-cli/commit/6214bcb)), closes [#65](https://github.com/dequelabs/axe-cli/issues/65) |
| 14 | +- add `--stdout` flag ([#83](https://github.com/dequelabs/axe-cli/issues/83)) ([06328bf](https://github.com/dequelabs/axe-cli/commit/06328bf)), closes [#15](https://github.com/dequelabs/axe-cli/issues/15) |
| 15 | +- add meta data to cli output ([#94](https://github.com/dequelabs/axe-cli/issues/94)) ([7ee59e9](https://github.com/dequelabs/axe-cli/commit/7ee59e9)) |
10 | 16 |
|
| 17 | +### Tests |
11 | 18 |
|
| 19 | +- make "ready class" test more forgiving ([#74](https://github.com/dequelabs/axe-cli/issues/74)) ([fc2b595](https://github.com/dequelabs/axe-cli/commit/fc2b595)) |
12 | 20 |
|
13 | | -<a name="2.1.0-alpha.1"></a> |
14 | | -# [2.1.0-alpha.1](https://github.com/dequelabs/axe-cli/compare/v2.1.0-alpha.0...v2.1.0-alpha.1) (2018-02-21) |
| 21 | +<a name="3.0.0"></a> |
15 | 22 |
|
| 23 | +# [3.0.0](https://github.com/dequelabs/axe-cli/compare/v2.1.0-alpha.1...v3.0.0) (2018-03-28) |
16 | 24 |
|
17 | 25 | ### Features |
18 | 26 |
|
19 | | -* Support aXe-core 3.0 Shadow DOM selectors ([#49](https://github.com/dequelabs/axe-cli/issues/49)) ([790b421](https://github.com/dequelabs/axe-cli/commit/790b421)) |
| 27 | +- Update to [axe-core 3.0.0](https://github.com/dequelabs/axe-core/releases/tag/v3.0.0) |
| 28 | +- Add --load-delay option to delay audit after page loads ([#53](https://github.com/dequelabs/axe-cli/issues/53)) ([c0659a8](https://github.com/dequelabs/axe-cli/commit/c0659a8)) |
| 29 | +- Upgrade chromedriver to support Chrome 65 ([e4d4bd1](https://github.com/dequelabs/axe-cli/commit/e4d4bd1)) |
| 30 | + |
| 31 | +<a name="2.1.0-alpha.1"></a> |
| 32 | + |
| 33 | +# [2.1.0-alpha.1](https://github.com/dequelabs/axe-cli/compare/v2.1.0-alpha.0...v2.1.0-alpha.1) (2018-02-21) |
20 | 34 |
|
| 35 | +### Features |
21 | 36 |
|
| 37 | +- Support aXe-core 3.0 Shadow DOM selectors ([#49](https://github.com/dequelabs/axe-cli/issues/49)) ([790b421](https://github.com/dequelabs/axe-cli/commit/790b421)) |
22 | 38 |
|
23 | 39 | <a name="2.1.0-alpha.0"></a> |
24 | | -# [2.1.0-alpha.0](https://github.com/dequelabs/axe-cli/compare/v2.0.0...v2.1.0-alpha.0) (2018-02-20) |
25 | 40 |
|
| 41 | +# [2.1.0-alpha.0](https://github.com/dequelabs/axe-cli/compare/v2.0.0...v2.1.0-alpha.0) (2018-02-20) |
26 | 42 |
|
27 | 43 | ### Bug Fixes |
28 | 44 |
|
29 | | -* Security vulnerability in hoek package ([#50](https://github.com/dequelabs/axe-cli/issues/50)) ([81695ad](https://github.com/dequelabs/axe-cli/commit/81695ad)) |
| 45 | +- Security vulnerability in hoek package ([#50](https://github.com/dequelabs/axe-cli/issues/50)) ([81695ad](https://github.com/dequelabs/axe-cli/commit/81695ad)) |
30 | 46 |
|
31 | 47 | ### Features |
32 | 48 |
|
33 | | -* Upgrade axe-core to 3.0.0-beta.1 |
34 | | -* Upgrade axe-webdriverjs to 2.0.0-alpha.1 |
35 | | - |
36 | | - |
| 49 | +- Upgrade axe-core to 3.0.0-beta.1 |
| 50 | +- Upgrade axe-webdriverjs to 2.0.0-alpha.1 |
37 | 51 |
|
38 | 52 | <a name="2.0.0"></a> |
39 | | -## [2.0.0](https://github.com/dequelabs/axe-cli/compare/v1.3.1...v2.0.0) (2017-12-19) |
40 | 53 |
|
| 54 | +## [2.0.0](https://github.com/dequelabs/axe-cli/compare/v1.3.1...v2.0.0) (2017-12-19) |
41 | 55 |
|
42 | 56 | ### Features |
43 | 57 |
|
44 | | -* Use chrome-headless as default browser replacing PhantomJS ([1ae8e12](https://github.com/dequelabs/axe-cli/commit/1ae8e12)) |
45 | | - |
| 58 | +- Use chrome-headless as default browser replacing PhantomJS ([1ae8e12](https://github.com/dequelabs/axe-cli/commit/1ae8e12)) |
46 | 59 |
|
47 | 60 | ### BREAKING CHANGES |
48 | 61 |
|
49 | | -* PhantomJS is no longer maintained. We will be |
50 | | -replacing it with headless Chrome |
51 | | - |
52 | | - |
| 62 | +- PhantomJS is no longer maintained. We will be |
| 63 | + replacing it with headless Chrome |
53 | 64 |
|
54 | 65 | <a name="1.3.1"></a> |
55 | | -## [1.3.1](https://github.com/dequelabs/axe-cli/compare/v1.3.0...v1.3.1) (2017-12-19) |
56 | 66 |
|
| 67 | +## [1.3.1](https://github.com/dequelabs/axe-cli/compare/v1.3.0...v1.3.1) (2017-12-19) |
57 | 68 |
|
58 | 69 | ### Features |
59 | 70 |
|
60 | | -* Add axe-core 2.6.0 |
61 | | - |
| 71 | +- Add axe-core 2.6.0 |
62 | 72 |
|
63 | 73 | <a name="1.3.0"></a> |
64 | | -# [1.3.0](https://github.com/dequelabs/axe-cli/compare/v1.1.1...v1.3.0) (2017-11-17) |
65 | 74 |
|
| 75 | +# [1.3.0](https://github.com/dequelabs/axe-cli/compare/v1.1.1...v1.3.0) (2017-11-17) |
66 | 76 |
|
67 | 77 | ### Bug Fixes |
68 | 78 |
|
69 | | -* package.json & .snyk to reduce vulnerabilities ([#39](https://github.com/dequelabs/axe-cli/issues/39)) ([9b20eef](https://github.com/dequelabs/axe-cli/commit/9b20eef)) |
70 | | - |
| 79 | +- package.json & .snyk to reduce vulnerabilities ([#39](https://github.com/dequelabs/axe-cli/issues/39)) ([9b20eef](https://github.com/dequelabs/axe-cli/commit/9b20eef)) |
71 | 80 |
|
72 | 81 | ### Features |
73 | 82 |
|
74 | | -* Add flag that enables supplying a list of rules to be skipped during the analysis ([d22903d](https://github.com/dequelabs/axe-cli/commit/d22903d)) |
75 | | -* Allow running from file:// and ftp(s):// ([#41](https://github.com/dequelabs/axe-cli/issues/41)) ([aa3d937](https://github.com/dequelabs/axe-cli/commit/aa3d937)) |
76 | | -* Link to DeqeuU courses/testingmethods ([#38](https://github.com/dequelabs/axe-cli/issues/38)) ([8c0e661](https://github.com/dequelabs/axe-cli/commit/8c0e661)) |
77 | | - |
78 | | - |
| 83 | +- Add flag that enables supplying a list of rules to be skipped during the analysis ([d22903d](https://github.com/dequelabs/axe-cli/commit/d22903d)) |
| 84 | +- Allow running from file:// and ftp(s):// ([#41](https://github.com/dequelabs/axe-cli/issues/41)) ([aa3d937](https://github.com/dequelabs/axe-cli/commit/aa3d937)) |
| 85 | +- Link to DeqeuU courses/testingmethods ([#38](https://github.com/dequelabs/axe-cli/issues/38)) ([8c0e661](https://github.com/dequelabs/axe-cli/commit/8c0e661)) |
79 | 86 |
|
80 | 87 | <a name="1.2.0"></a> |
81 | | -# [1.2.0](https://github.com/dequelabs/axe-cli/compare/1.0.2...1.2.0) (2017-10-31) |
82 | 88 |
|
| 89 | +# [1.2.0](https://github.com/dequelabs/axe-cli/compare/1.0.2...1.2.0) (2017-10-31) |
83 | 90 |
|
84 | 91 | ### Features |
85 | 92 |
|
86 | | -* Allow running from file:// and ftp(s):// ([#41](https://github.com/dequelabs/axe-cli/issues/41)) ([aa3d937](https://github.com/dequelabs/axe-cli/commit/aa3d937)) |
87 | | -* Link to DeqeuU courses/testingmethods ([#38](https://github.com/dequelabs/axe-cli/issues/38)) ([8c0e661](https://github.com/dequelabs/axe-cli/commit/8c0e661)) |
88 | | -* support exit codes ([e14e2d5](https://github.com/dequelabs/axe-cli/commit/e14e2d5)), closes [#20](https://github.com/dequelabs/axe-cli/issues/20) [#22](https://github.com/dequelabs/axe-cli/issues/22) |
89 | | - |
| 93 | +- Allow running from file:// and ftp(s):// ([#41](https://github.com/dequelabs/axe-cli/issues/41)) ([aa3d937](https://github.com/dequelabs/axe-cli/commit/aa3d937)) |
| 94 | +- Link to DeqeuU courses/testingmethods ([#38](https://github.com/dequelabs/axe-cli/issues/38)) ([8c0e661](https://github.com/dequelabs/axe-cli/commit/8c0e661)) |
| 95 | +- support exit codes ([e14e2d5](https://github.com/dequelabs/axe-cli/commit/e14e2d5)), closes [#20](https://github.com/dequelabs/axe-cli/issues/20) [#22](https://github.com/dequelabs/axe-cli/issues/22) |
90 | 96 |
|
91 | 97 | <a name="1.1.1"></a> |
92 | | -## [1.1.1](https://github.com/dequelabs/axe-cli/compare/1.0.3...1.1.1) (2017-09-20) |
93 | 98 |
|
| 99 | +## [1.1.1](https://github.com/dequelabs/axe-cli/compare/1.0.3...1.1.1) (2017-09-20) |
94 | 100 |
|
95 | 101 | ### New Features |
96 | 102 |
|
97 | | -* feat: Add --timeout and --timer options ([6d4d14f](https://github.com/dequelabs/axe-cli/commit/6d4d14f80e63bef2d54b3704a818a8ca8b1bb0e3)) |
98 | | -* chore: upgrade axe-core to 2.4.1, axe-webdriverjs to 1.1.5 ([933f1fd](https://github.com/dequelabs/axe-cli/commit/933f1fdb60b06c6fbbcf6d77763dd334d4df8d73)) |
99 | | - |
| 103 | +- feat: Add --timeout and --timer options ([6d4d14f](https://github.com/dequelabs/axe-cli/commit/6d4d14f80e63bef2d54b3704a818a8ca8b1bb0e3)) |
| 104 | +- chore: upgrade axe-core to 2.4.1, axe-webdriverjs to 1.1.5 ([933f1fd](https://github.com/dequelabs/axe-cli/commit/933f1fdb60b06c6fbbcf6d77763dd334d4df8d73)) |
100 | 105 |
|
101 | 106 | ### Bug Fixes |
102 | 107 |
|
103 | | -* doc: Changed non-working promo url for courses to use a working url ([ca7361e](https://github.com/dequelabs/axe-cli/commit/ca7361e653ccb8f3a0138d0dc5f800ff09136351)) |
104 | | - |
| 108 | +- doc: Changed non-working promo url for courses to use a working url ([ca7361e](https://github.com/dequelabs/axe-cli/commit/ca7361e653ccb8f3a0138d0dc5f800ff09136351)) |
105 | 109 |
|
106 | 110 | <a name="1.0.3"></a> |
107 | | -## [1.0.3](https://github.com/dequelabs/axe-cli/compare/1.0.2...1.0.3) (2017-07-05) |
108 | 111 |
|
| 112 | +## [1.0.3](https://github.com/dequelabs/axe-cli/compare/1.0.2...1.0.3) (2017-07-05) |
109 | 113 |
|
110 | 114 | ### New Features |
111 | 115 |
|
112 | | -* chore: update axe/webdriverjs to 2.3.1 ([c16bc2f](https://github.com/dequelabs/axe-cli/commit/c16bc2f48f60fbdc556c983db396794cad083a71)) |
113 | | -* feat: support exit codes ([e14e2d5](https://github.com/dequelabs/axe-cli/commit/e14e2d503fc52e6ca38378dd865f8948ed1f9d88)) |
114 | | - |
115 | | - |
| 116 | +- chore: update axe/webdriverjs to 2.3.1 ([c16bc2f](https://github.com/dequelabs/axe-cli/commit/c16bc2f48f60fbdc556c983db396794cad083a71)) |
| 117 | +- feat: support exit codes ([e14e2d5](https://github.com/dequelabs/axe-cli/commit/e14e2d503fc52e6ca38378dd865f8948ed1f9d88)) |
116 | 118 |
|
117 | 119 | <a name="1.0.2"></a> |
118 | | -## [1.0.2](https://github.com/dequelabs/axe-cli/compare/043d0a4...1.0.2) (2017-05-06) |
119 | 120 |
|
| 121 | +## [1.0.2](https://github.com/dequelabs/axe-cli/compare/043d0a4...1.0.2) (2017-05-06) |
120 | 122 |
|
121 | 123 | ### Bug Fixes |
122 | 124 |
|
123 | | -* add correct Selenium server URL ([043d0a4](https://github.com/dequelabs/axe-cli/commit/043d0a4)) |
124 | | -* add node version restriction ([#14](https://github.com/dequelabs/axe-cli/issues/14)) ([b9ff463](https://github.com/dequelabs/axe-cli/commit/b9ff463)) |
125 | | -* handle phantomjs and selenium without errors ([afedd67](https://github.com/dequelabs/axe-cli/commit/afedd67)) |
126 | | -* remove extraneous driver kill ([870f6de](https://github.com/dequelabs/axe-cli/commit/870f6de)) |
127 | | - |
128 | | - |
129 | | - |
| 125 | +- add correct Selenium server URL ([043d0a4](https://github.com/dequelabs/axe-cli/commit/043d0a4)) |
| 126 | +- add node version restriction ([#14](https://github.com/dequelabs/axe-cli/issues/14)) ([b9ff463](https://github.com/dequelabs/axe-cli/commit/b9ff463)) |
| 127 | +- handle phantomjs and selenium without errors ([afedd67](https://github.com/dequelabs/axe-cli/commit/afedd67)) |
| 128 | +- remove extraneous driver kill ([870f6de](https://github.com/dequelabs/axe-cli/commit/870f6de)) |
0 commit comments