Releases: SecretSheppy/marv
Releases · SecretSheppy/marv
Release list
v1.2.6
New Frameworks
| Framework | Language |
|---|---|
| Major | Java |
| mutant | Ruby |
| cargo-mutants | Rust |
What's Changed
- chore: update mutant (rb) support status by @SecretSheppy in #77
- chore: add cargo-mutants to frameworks list by @SecretSheppy in #78
- feat: add cargo-mutants support by @SecretSheppy in #79
- docs: replaced dash with html dash code by @SecretSheppy in #80
- Add Mutant (Ruby) by @SecretSheppy in #86
- docs: update support table by @SecretSheppy in #87
- refactor: add printing of url for each framework by @SecretSheppy in #89
- Add major framework (Java) by @SecretSheppy in #91
- fix: removed duplicate protocol from url by @SecretSheppy in #94
- fix: update to correct build command by @SecretSheppy in #95
- fix: add unknown language by @SecretSheppy in #96
- docs: overhaul of framework documentation by @SecretSheppy in #98
- chore: bump version number by @SecretSheppy in #99
Full Changelog: v1.2.5...v1.2.6
1.2.5
New Frameworks
| Framework | Language |
|---|---|
| Mewt | Any |
What's Changed
- Renderer Refactor and Determining Languages on Per-File Basis by @SecretSheppy in #72
- Add generic adapter framework for marv json schema by @SecretSheppy in #73
- Add Mewt Framework by @SecretSheppy in #74
- Update readme and add contributing guidelines by @SecretSheppy in #75
- chore: bump version number by @SecretSheppy in #76
Full Changelog: v1.2.4...v1.2.5
1.2.4
What's Changed
- fix: check mutation exists before adding review by @SecretSheppy in #65
- Add themes support by @SecretSheppy in #68
- Add JSON Schema Files by @SecretSheppy in #69
- chore: bump version number by @SecretSheppy in #70
Full Changelog: v1.2.3...v1.2.4
1.2.3
New release tag should fix issues with the github cache for 1.2.2, which does not allow the new install command to work.
go install github.com/SecretSheppy/marv@latest
1.2.2
What's Changed
- fix: logs the same detail as other frameworks by @SecretSheppy in #55
- feat: add verbose flag to hide verbose output by default by @SecretSheppy in #56
- chore: add config for running marv on go-mutesting results by @SecretSheppy in #57
- refactor: only creates review file if review are present by @SecretSheppy in #59
- docs: add new banner image to readme by @SecretSheppy in #61
- Move main file to root to shorten install command by @SecretSheppy in #62
Full Changelog: v1.2.1...v1.2.2
1.2.1
New Frameworks
| Framework | Language |
|---|---|
| go-mutesting | Go |
Also explicitly supports the avito-tech maintained fork.
What's Changed
- Add go-mutesting support by @SecretSheppy in #51
Full Changelog: v1.2.0...v1.2.1
1.2.0
New Frameworks
| Framework | Language |
|---|---|
| stryker-net | C# |
| stryker-js | JavaScript |
| stryker4s | Scala |
| mull | C/C++ |
| infection | PHP |
What's Changed
- Mutation Testing Elements - Add support for frameworks that export in MTE by @SecretSheppy in #45
Full Changelog: v1.1.0...v1.2.0
1.1.0
Overview
Marv is now easily installable and usable for supported frameworks.
What's Changed
- Add embedded file systems for static resources by @SecretSheppy in #40
- chore: bump version number by @SecretSheppy in #41
- refactor: changed version location by @SecretSheppy in #42
- docs: update go install command by @SecretSheppy in #43
Full Changelog: v1.0.1...v1.1.0
1.0.1
What's Changed
- fix: where a stat would show
NaNit now shows—by @SecretSheppy in #36 - fix: filters can be edited and collapsed on start view by @SecretSheppy in #37
- chore: bump version number by @SecretSheppy in #38
Full Changelog: v1.0.0...v1.0.1
1.0.0
What's Changed
- feat: add initial cobra cli with some empty fns by @SecretSheppy in #1
- Add theming for the UI by @SecretSheppy in #3
- Add Frameworks Support (initially only mutest-rs) by @SecretSheppy in #2
- Add Experimental Support for Pitest (Java) by @SecretSheppy in #4
- Pitest Framework Tests by @SecretSheppy in #5
- Add Garlic Decompiler to Improve Pitest Framework Efficiency by @SecretSheppy in #6
- docs: added framework support table by @SecretSheppy in #8
- Pitest Vineflower Server by @SecretSheppy in #9
- Syntax Highlighter by @SecretSheppy in #7
- Server by @SecretSheppy in #11
- feat: add Language struct for name, ext and icon by @SecretSheppy in #12
- Add file tree by @SecretSheppy in #13
- Mutant Filtering by Status by @SecretSheppy in #15
- Add Start Page by @SecretSheppy in #17
- Show all mutant data on
/{framework}/mutant/route. by @SecretSheppy in #18 - Add Mutation Review by @SecretSheppy in #19
- fix: resolved issue with conflict region padding by @SecretSheppy in #21
- refactor: moved ReadLines into Framework spec by @SecretSheppy in #22
- refactor: extracted meta objects as variables by @SecretSheppy in #23
- fix: resolved issue with not being able to type into review fields by @SecretSheppy in #24
- fix: tree now renders all children of root by @SecretSheppy in #26
- docs: add about marv by @SecretSheppy in #27
- docs: reorganised README.md by @SecretSheppy in #30
- chore: bump version number by @SecretSheppy in #32
Full Changelog: https://github.com/SecretSheppy/marv/commits/v1.0.0