Skip to content

Releases: aliparsai/LittleDarwin

LittleDarwin 0.10.9

26 Nov 13:26
Compare
Choose a tag to compare

Fix encoding related issues on legacy environments such as Windows CMD

LittleDarwin 0.10.8

16 Oct 16:55
Compare
Choose a tag to compare

Latest bug fix version.

  • Fixes encoding issues on Windows Terminal environments.
  • Fixes timeout issues.
  • Updates Antlr4 generated parser to 4.13.

Full Changelog: 0.10.7...v0.10.8

LittleDarwin 0.10.0

07 Oct 17:09
Compare
Choose a tag to compare
  • Added Calculation of McCabe Complexity and SLOC per Method
  • Added Method-Level Mutation

LittleDarwin 0.9.0

07 Apr 12:31
Compare
Choose a tag to compare

Added feature to calculate mutant density per method.

LittleDarwin 0.8.0

03 Apr 23:40
Compare
Choose a tag to compare
  • Reworked Java parser to support all Java 8 syntactic features.
  • Removed internal ANTLR4 runtime and added dependency on antlr4-python3-runtime package.
  • Added few tests for parser.

LittleDarwin 0.7.1

01 Apr 13:28
Compare
Choose a tag to compare
v0.7.1

fixing github actions workflow #7

LittleDarwin 0.7.0

17 Mar 20:52
Compare
Choose a tag to compare

In this release the reporting infrastructure is redesigned, and it is easier for the user to browse and view mutants in the reports.

LittleDarwin 0.6.1

04 Mar 15:31
Compare
Choose a tag to compare
v0.6.1

Merge branch 'master' of github.com:aliparsai/LittleDarwin

LittleDarwin 0.6.0

18 Feb 19:45
Compare
Choose a tag to compare
v0.6.0

fixed byte offset problem in higher-order mutants

LittleDarwin 0.5

02 Feb 20:03
Compare
Choose a tag to compare
v0.5

added python entry point