Skip to content

Latest commit

 

History

History
115 lines (69 loc) · 6.2 KB

CHANGELOG.md

File metadata and controls

115 lines (69 loc) · 6.2 KB

Changelog

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