Skip to content

Releases: AlexDenisov/Fuzzer

Carthage Support

21 Mar 15:37
Compare
Choose a tag to compare

Carthage Support was added by @dodikk.

Cleanup "architecture"

21 Mar 11:51
Compare
Choose a tag to compare

What's new:

  • Mutator and Engine were merged into one class: FZRRunner
  • mutations can be created using FZRMutationFactory
  • introduced three letter prefix FZR

Unfortunately this version is incompatible with 0.2.0.

Here is the code you can use now instead:

FZRRunner *runner = [FZRRunner runnerWithBuiltinMutationsForSample:sample];

[runner enumerateMutantsUsingBlock:^(NSDictionary *mutant) {
    // do the job
}];

Initial Release

09 Mar 07:36
Compare
Choose a tag to compare
0.2.0

Release 0.2.0

0.1.0

08 Mar 16:41
Compare
Choose a tag to compare
Release 0.1.0