Skip to content

Releases: jaksonlin/pitest-gradle

v1.0.3

29 Dec 02:06
5b55df7
Compare
Choose a tag to compare
  1. add annotation generation of test case management, the annotation is define in json format, so that user can implement their own annotation for test case management and the plugin will help create it
  2. add simple test case content inspection: need step and asssert comment in the test case code check, default disable
  3. compatbility update till 2020.1 to the latest

v1.0.2

12 Oct 12:06
e6ad6fa
Compare
Choose a tag to compare

fix a bug that it is introduced by plugin name change

v1.0.1-beta.1

12 Oct 09:34
8171d73
Compare
Choose a tag to compare

bugfix: add multiple times of run entry to history, fix cancellation logic

v1.0.1

12 Oct 11:05
b1bd194
Compare
Choose a tag to compare

update compact on 24.3 IDE

v1.0.0-beta

12 Oct 07:15
df5ea9e
Compare
Choose a tag to compare
  1. backport to 1.x plugin API to support 2022.2+ version
  2. fix bug of run history goes accross different project
  3. fix bug of input disappear
  4. update pop-up menu with second level, and we will add more function in the up-comming releases

v0.1.0-beta

12 Oct 02:39
a27105c
Compare
Choose a tag to compare

v0.1.0-beta, this is a beta release, based on 2.0 plugin API, but we may need to move to and older version of plugin for older version of IDE