Releases: aliparsai/LittleDarwin
Releases · aliparsai/LittleDarwin
LittleDarwin 0.10.9
LittleDarwin 0.10.8
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
- Added Calculation of McCabe Complexity and SLOC per Method
- Added Method-Level Mutation
LittleDarwin 0.9.0
Added feature to calculate mutant density per method.
LittleDarwin 0.8.0
- 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
v0.7.1 fixing github actions workflow #7
LittleDarwin 0.7.0
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
v0.6.1 Merge branch 'master' of github.com:aliparsai/LittleDarwin
LittleDarwin 0.6.0
v0.6.0 fixed byte offset problem in higher-order mutants
LittleDarwin 0.5
v0.5 added python entry point