Skip to content

Releases: trailofbits/necessist

Release 0.4.0

10 Dec 17:20
Compare
Choose a tag to compare

0.4.0

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

Release 0.3.4

18 Nov 21:55
Compare
Choose a tag to compare

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)

Release 0.3.3

17 Nov 18:28
Compare
Choose a tag to compare

0.3.3

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

Release 0.3.2

25 Oct 12:32
Compare
Choose a tag to compare

0.3.2

  • Update list of ignored Rust methods (51a0ec4)

Release 0.3.1

12 Oct 00:53
Compare
Choose a tag to compare

0.3.1

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

Release 0.3.0

06 Oct 14:52
Compare
Choose a tag to compare

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)

Release 0.2.3

19 Sep 18:34
Compare
Choose a tag to compare

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)

Release 0.2.2

17 Aug 01:11
Compare
Choose a tag to compare

0.2.2

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

Release 0.2.1

11 Aug 17:55
Compare
Choose a tag to compare

0.2.1

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

Release 0.2.0

18 Jul 01:29
Compare
Choose a tag to compare

0.2.0

  • Add Anchor framework (#587)