Skip to content

v2.0.0

Compare
Choose a tag to compare
@ada-cat ada-cat released this 22 Jun 02:53
6c86025

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