Skip to content

Release 2.0.0

Latest
Compare
Choose a tag to compare
@smoelius smoelius released this 17 Mar 18:41
· 38 commits to master since this release

2.0.0

  • Update strum to version 0.27 (#1439)
  • Update strum_macros to version 0.27 (#1442)
  • Fix a bug that caused TypeScript files with tab characters to be mishandled (#1464)
  • Ignore throw statements in Mocha-based tests (efae165)
  • Peel FunctionCallBlock expressions in Foundry backend (36c4855)
  • BREAKING CHANGE: Eliminate --no-dry-run option. During a dry run, Necessist records which tests execute which spans. This information facilitates testing span removals, because only the test(s) relevant to a span must be executed. (#1472)
  • Add experimental --dump-candidate-counts option (#1468)
  • Update libsqlite3-sys to version 0.31 (#1479)
  • Add support for the Vitest framework (#1475)
  • Update swc_core to version 0.16 (#1478)