|
| 1 | +0.5.0 / 2022-02-01 |
| 2 | +=================== |
| 3 | +Note that this is a full changelog relative to `0.4.4` version. Changelog relative to `0.5.0-RC2` can be found at the end of the changelog. |
| 4 | + |
| 5 | +### Features |
| 6 | +* Added reports filtering (#17) |
| 7 | +* Disabled running of all test tasks for single-project Kover tasks (#114) |
| 8 | +* Implemented aggregated multi-project report (#20, #43) |
| 9 | +* Unified coverage agents filters. Now only the characters '*' or '?' are used as wildcards for both IntelliJ and JaCoCo agents. **Regular expressions are no longer supported by the IntelliJ agent as filters of instrumented classes.** (#21) |
| 10 | +* Tasks for verification and reporting for single Gradle project were renamed according to the template like `koverXmlReport` -> `koverXmlProjectReport` |
| 11 | +* The `isEnabled` property has been renamed to `isDisabled` in extensions `KoverExtension` and `KoverTaskExtension` to make their purpose more obvious |
| 12 | +* The term `module` has been replaced with `project` for compatibility with Gradle terminology |
| 13 | +* Added the ability to disable the Kover for the specified Gradle project |
| 14 | +* Made tasks cache relocatable (#85) |
| 15 | +* Improved checks of disabled plugin before running Kover tasks |
| 16 | +* Upgraded IntelliJ Engine minimal version to `1.0.647` |
| 17 | +* Upgraded IntelliJ Engine default version to `1.0.656` |
| 18 | + |
| 19 | +### Bugfixes |
| 20 | +* Added support of parallel tests execution (#113) |
| 21 | +* Removed checking of parent projects for re-apply of the plugin (#116) |
| 22 | +* Added property to exclude Android classes from the instrumentation (#89) |
| 23 | +* Kotlin Multiplatform plugin adapter rewritten to use reflection (#100) |
| 24 | + |
| 25 | +### IntelliJ Agent Features (version 1.0.656) |
| 26 | +* Added the ability to count JVM instructions |
| 27 | +* Fixed getting into the report of objects and sealed classes |
| 28 | +* Added an excluding from the report of functions marked by `Deprecated` annotation with `HIDDEN` and `ERROR` levels |
| 29 | + |
| 30 | +### Internal features |
| 31 | +* Added functional test on branch counter |
| 32 | +* Added functional tests on instruction counter |
| 33 | + |
| 34 | +### Changelog relative to version `0.5.0-RC2` |
| 35 | + |
| 36 | +#### Features |
| 37 | +* Improved checks of disabled plugin before running Kover tasks |
| 38 | +* Upgraded IntelliJ Engine default version to `1.0.656` |
| 39 | + |
| 40 | +#### Bugfixes |
| 41 | +* Added support of parallel tests execution (#113) |
| 42 | +* Removed checking of parent projects for re-apply of the plugin (#116) |
| 43 | + |
| 44 | +#### IntelliJ Agent Features (version 1.0.656) |
| 45 | +* Added the ability to count JVM instructions |
| 46 | +* Fixed getting into the report of objects and sealed classes |
| 47 | +* Added an excluding from the report of functions marked by `Deprecated` annotation with `HIDDEN` and `ERROR` levels |
| 48 | + |
| 49 | +#### Internal features |
| 50 | +* Added functional test on branch counter |
| 51 | +* Added functional tests on instruction counter |
| 52 | + |
1 | 53 | 0.5.0-RC2 / 2022-01-14
|
2 | 54 | ===================
|
3 | 55 |
|
|
0 commit comments