Skip to content

Latest commit

 

History

History
164 lines (102 loc) · 9.84 KB

CHANGELOG.md

File metadata and controls

164 lines (102 loc) · 9.84 KB

Changelog

0.7.0

  • Update libsqlite3-sys to version 0.30 (#1260)
  • Update swc_core to version 0.102 (#1263)
  • Do not consider TestMain a test in Go backend (#1266)
  • Add Helper as an ignored method in the Go backend (#1276)
  • FEATURE: Walk functions that are declared within the same files as the tests that call them (#1268)
  • Update tree-sitter and tree-sitter-go to version 0.23 (#1279)

0.6.4

  • Update windows-sys to version 0.59 (#1231)
  • Update libsqlite3-sys to version 0.29 (#1233)
  • Update swc_core to version 0.101 (#1246)

0.6.3

  • FEATURE: When a test cannot be run, show why (#1201)
  • Update swc_core to version 0.99 (#1204)

0.6.2

  • Update swc_core to version 0.96 (#1178)
  • Fix a bug causing Necessist to fail to build tests with recent versions of Foundry (af5098f)
  • Improve Foundry test detection, i.e., when "Failed to run test..." warnings should be emitted (#1186)
  • Fix necessist-backend's rerun-if-changed instructions, whose mention of a nonexistent file was causing the package to be unnecessarily rebuilt (#1187)
  • Shorten --framework values anchor-ts and hardhat-ts to just anchor and hardhat (respectively). anchor-ts and hardhat-ts continue to work as aliases for the shortened values. (de21f2e)
  • Improve error messages when certain Anchor and Hardhat files cannot be found (e6e756e)

0.6.1

  • Don't remove expressions that end blocks in Rust code (#1162)
  • Update git2 to version 0.19 (0de7726)

0.6.0

  • Don't remove const and type declarations in Go code (#1139)
  • Update swc_core to version 0.95 (#1146)
  • FEATURE: Use mutant schemata in the spirit of Untch, et al. '93 when removing statements. This should make running Necessist faster. (252ed2e)

0.5.1

  • Update solang-parser to version 0.3.4 (#1132)

0.5.0

  • Fix mishandling of multibyte characters in the Go framework (#1127)
  • FEATURE: More informative summaries, e.g., "k removal candidates in m tests in n test files". Also, tests and test files are counted even if they contain no removal candidates. (fixes #850) (#1128)

0.4.9

  • Add panic to list of ignored Go functions (#1093)
  • Update swc_core to version 0.92 (#1099)

0.4.8

  • Update swc_core to version 0.91 (#1085)

0.4.7

  • Update libsqlite3-sys to version 0.28 (#1048)
  • Update tree-sitter to version 0.22 (674f1ff)
  • Update tree-sitter-go to version 0.21 (48f716f)

0.4.6

  • Update heck to version 0.5 (#1034)

0.4.5

  • Eliminate reliance on is-terminal (#1008 and 7878f3e)
  • Fix README.md table of contents (f0c3c7a)
  • Add readme explaining origin of pt.rs file (#1015)
  • Update toml_edit to version 0.22 (#1026)

0.4.4

  • Update strum_macros to version 0.26 (#975)
  • Update swc_core to version 0.90 (#976 and #992)
  • Update strum to version 0.26 (#978)
  • Include a copy of Solang's pt.rs in the repository, rather than download it when building (#986)

0.4.3

  • Update swc_core to version 0.88.1 (#963)
  • Update shlex to version 1.3.0 (#967)
  • Update env_logger to version 0.11.0 (#969)

0.4.2

  • Give an example when "configuration or test files have changed" (fix #248) (#936)
  • Make --resume work correctly following a dry run failure (fix #249) (#936)
  • Make parsing failures warnings instead of hard errors (fix #245) (#947)

0.4.1

  • Update windows-sys to version 0.52.0 (#911)

0.4.0

  • Make error messages more informative (#901 and #900)
  • FEATURE: Limited Windows support (#879)

0.3.4

  • Fix link to README.md (#887)
  • Strip ANSI escapes from build and test command output (a problem affecting forge, for example) (#886)

0.3.3

  • Fix a bug involving the Foundry framework's handling of extra arguments (#884)

0.3.2

  • Update list of ignored Rust methods (51a0ec4)

0.3.1

  • Simplify warning message (20cf99e)
  • Initialize Sqlite database lazily (00e2446)

0.3.0

  • Ignore Skip, Skipf, and SkipNow methods in Go framework (#759 and #760)
  • 94e81c6 unintentionally removed recursive_kill's post-visit behavior. 381a0ff restores the post-visit behavior, but retains the non-recursiveness that 94e81c6 introduced. (381a0ff)
  • Add ability to ignore tests (#798)
  • Lock project's root directory to help protect against concurrent uses of Necessist (#791)

0.2.3

  • Limit the number of threads a test can allocate (275b097)
  • Make one recursive function not recursive to reduce the likelihood of a stack overflow (94e81c6)

0.2.2

  • Use pnpm if a pnpm-lock.yaml file exists (bfb30b0)

0.2.1

  • Fix a bug involving the Foundry framework's handling of trailing semicolons (#663)

0.2.0

  • Add Anchor framework (#587)

0.1.3

  • Verify that package.json exists before installing Node modules (#580)

0.1.2

  • Migrate away from atty (#556)
  • Improve Rust test discovery (#537)

0.1.1

  • Improve Foundry support (#515)
  • Improve sqlite database handling (e.g., fix #119) (#533)

0.1.0

  • Initial release