Releases: microsoft/axe-sarif-converter
Releases · microsoft/axe-sarif-converter
v2.0.3
2.0.3 (2019-08-16)
Bug Fixes
- widen @types/sarif dependency to accept both 2.1.1 and 2.1.2 (#78) (f280afd)
v2.0.2
2.0.2 (2019-07-19)
Bug Fixes
- upgrade to lastest versions of devDependencies (#72) (e2fa303), closes #71
v2.0.1
2.0.1 (2019-06-28)
Bug Fixes
- populate axe-core version based on input rather than hardcoding version 3.2.2 (#68) (38a15d4)
v2.0.0
2.0.0 (2019-06-22)
Features
- change output format from SARIF v2.0 to SARIF v2.1 (#65) (6c86025)
BREAKING CHANGES
-
Change output format from SARIF v2.0 to SARIF v2.1
-
Switches the public APIs in index.ts to use the new 21 converter implementations
-
Removes 20 converter implementations, tests, and associated /src/sarif folder
-
Makes @types/sarif a dependency, since we're now using one of its types as part of our API surface
-
Pins a non-caret version of @types/sarif, since it doesn't use semantic versioning
-
Rewrote index.test.ts to work strictly in terms of public API surface, since we no longer require non-public APIs for any e2e tests we want to run
v1.4.0
1.4.0 (2019-06-06)
Features
- initial update for converter to output sarif v2.1.2 [Part 1] (#45) (05600cb)
v1.3.1
1.3.1 (2019-05-20)
Bug Fixes
- update README example to avoid using experimental fs.promises (#43) (23518ff)
v1.3.0
1.3.0 (2019-04-24)
Features
- reporter that converts axe raw results to sarif log (#38) (b568dd2)
v1.2.0
1.2.0 (2019-04-19)
Features
v1.1.0
1.1.0 (2019-04-19)
Features
- set up continuous deployment from master with semantic-release (#33) (ac849ed)
v1.0.1
- Fixes bug where the SarifLog type returned by convertAxeToSarif was not exported from index.d.ts