Skip to content

Releases: WeWatchWall/fast-fuzz

v5.1.7

14 Oct 14:06
Compare
Choose a tag to compare

v5.0.17...v5.1.7

Update make-matrix Dependency

02 Aug 07:33
Compare
Choose a tag to compare
  • Merge pull request #1 from neefrehman/main 28700d2
    • update package to more performant version 590fe7e
    • update package again to fix internal type error 40d0441
    • update make-matrix to fix type instantiation error 66a5634

v5.0.16...v5.0.17

v5.0.16

13 Jun 16:50
Compare
Choose a tag to compare
  • Benchmark functions and relate number of runs to max time 5d4755d
  • Initialize workers in parallel. 13cd6e1
  • Instance stuffing via the stuffInstances.json file in the specified folder.
  • Multithreading support that is enabled by default.

v4.3.1...v5.0.16

First Release

20 May 11:24
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

The first official release of Fast-Fuzz:

  • Use decorators to load object properties, methods, and their arguments.
  • Grab literals out of functions.
  • Substitute the appropriately typed instances for their interfaces and inherited types.
  • Streamline the build process.
  • Add a substantial test suite.