Skip to content

Releases: microsoft/axe-sarif-converter

v2.0.3

16 Aug 19:43
f280afd
Compare
Choose a tag to compare

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

19 Jul 18:37
e2fa303
Compare
Choose a tag to compare

2.0.2 (2019-07-19)

Bug Fixes

  • upgrade to lastest versions of devDependencies (#72) (e2fa303), closes #71

v2.0.1

28 Jun 20:56
38a15d4
Compare
Choose a tag to compare

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

22 Jun 02:53
6c86025
Compare
Choose a tag to compare

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

06 Jun 22:34
05600cb
Compare
Choose a tag to compare

1.4.0 (2019-06-06)

Features

  • initial update for converter to output sarif v2.1.2 [Part 1] (#45) (05600cb)

v1.3.1

20 May 22:02
23518ff
Compare
Choose a tag to compare

1.3.1 (2019-05-20)

Bug Fixes

  • update README example to avoid using experimental fs.promises (#43) (23518ff)

v1.3.0

24 Apr 21:58
b568dd2
Compare
Choose a tag to compare

1.3.0 (2019-04-24)

Features

  • reporter that converts axe raw results to sarif log (#38) (b568dd2)

v1.2.0

19 Apr 21:15
c07576a
Compare
Choose a tag to compare

1.2.0 (2019-04-19)

Features

v1.1.0

19 Apr 20:53
3d71ace
Compare
Choose a tag to compare

1.1.0 (2019-04-19)

Features

  • set up continuous deployment from master with semantic-release (#33) (ac849ed)

v1.0.1

15 Apr 21:47
Compare
Choose a tag to compare
  • Fixes bug where the SarifLog type returned by convertAxeToSarif was not exported from index.d.ts