Skip to content

Releases: trailofbits/necessist

Release 0.3.3

17 Nov 18:28

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

Choose a tag to compare

0.3.2

  • Update list of ignored Rust methods (51a0ec4)

Release 0.3.1

12 Oct 00:53

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

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

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

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

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

Choose a tag to compare

0.2.0

  • Add Anchor framework (#587)

Release 0.1.3

11 Jul 14:45

Choose a tag to compare

0.1.3

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

Release 0.1.2

07 Jul 14:51

Choose a tag to compare

0.1.2

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