pa11y-runner-htmlcs
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -1,26 +0,29 @@ | ||
# Changelog | ||
## 1.2.1 (2021-04-01) | ||
* Lock HTML_Codesniffer to v2.4 in order to avoid pulling WCAG 2.1 rules inadvertently | ||
## 1.2.0 (2019-09-30) | ||
* Adds support for sites using AMD | ||
* Adds support for sites using AMD | ||
## 1.1.0 (2019-07-22) | ||
* Use NPM version of HTML CodeSniffer 2.4 | ||
* Use NPM version of HTML CodeSniffer 2.4 | ||
## 1.0.1 (2018-10-23) | ||
* Remove out-of-date note from README | ||
* Remove out-of-date note from README | ||
## 1.0.0 (2018-10-23) | ||
* Update to HTML CodeSniffer v2.2.0 | ||
* Update to HTML CodeSniffer v2.2.0 | ||
## 0.2.0 (2018-05-24) | ||
* Updates to match new Pa11y behaviour, returning element rather than selector and context | ||
* Updates to match new Pa11y behaviour, returning element rather than selector and context | ||
## 0.1.0 (2018-05-21) | ||
* Initial release | ||
* Initial release |
{ | ||
"name": "pa11y-runner-htmlcs", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A HTML CodeSniffer runner for Pa11y", | ||
@@ -36,4 +36,4 @@ "keywords": [ | ||
"dependencies": { | ||
"html_codesniffer": "^2.4.1" | ||
"html_codesniffer": "~2.4.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22706
+ Addedhtml_codesniffer@2.4.1(transitive)
- Removedhtml_codesniffer@2.5.1(transitive)
Updatedhtml_codesniffer@~2.4.1