v2.0.0
2.0.0 (2019-06-22)
Features
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