You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReleaseNotes.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,22 @@
1
1
# Omni Reporter Commons Release Notes
2
2
3
-
#### Release 0.1.7 - Upcoming
3
+
#### Release 0.2.1 - Upcoming
4
4
5
5
1. Support for Group Coverage with Branch Coverage (mostly Coveralls)
6
6
2. Source encoding gets automatically chosen unless we configure flag `failOnNoEncoding` to `true`
7
7
3. Overseer option: `overseer`. If this option is on, the plugin will look for external reports and sources automatically following the [Overseer.md](./Overseer.md) document rules
8
+
4. GoLang Coverage Support (`.out` files)
8
9
9
-
#### Release 0.1.6 - Upcoming
10
+
#### Release 0.2.0 - 2022/02/07
10
11
11
-
1. GoLang Coverage Support (`.out` files)
12
-
2. Interoperability
12
+
1. Interoperability
13
13
- Important Static methods made available to `Clojure` and `Java`
14
14
- Reduction of the need to create instances on the fly.
15
15
3. LCov Expected Values Parsing Improvements - The absence of some values would generate an unwanted exception
16
16
4. Clojure's language support
17
17
18
+
> This release contains breaking changes because it now supports interoperability between Kotlin and other JVM languages
0 commit comments