@@ -18,43 +18,43 @@ To see scoverage in action check out the [samples](https://github.com/scoverage/
18
18
19
19
### Release History
20
20
21
- ##### 6th November 2016 1.3.0
21
+ ##### 6th November 2016 - 1.3.0
22
22
23
- * Scala 2.12 support
23
+ * Added Scala 2.12 support
24
24
* Added ` excludedSymbols ` option
25
25
26
- ##### 25th September 2016 1.2.0
26
+ ##### 25th September 2016 - 1.2.0
27
27
28
28
* Added ScalaJS support
29
29
* Added ` extraBeforePhase ` and ` extraAfterPhase ` options
30
30
* Bug fixes
31
31
32
- ##### 22th July 2015 1.1.1
32
+ ##### 22nd July 2015 - 1.1.1
33
33
34
34
* Bug fixes
35
35
36
- ##### 26th April 2015 1.1.0
36
+ ##### 26th April 2015 - 1.1.0
37
37
38
38
* Bug fixes
39
39
40
- ##### 23rd January 2015 1.0.4
40
+ ##### 23rd January 2015 - 1.0.4
41
41
42
42
* Improved results in match/cases
43
43
* Improved results in partial functions
44
44
* Fixed bug in code grid which would render whole sections green
45
45
* Improved serializer to handle large projects (no more GC errors)
46
46
* Improved handling of guards in for loops
47
47
48
- ##### 1.0.2
48
+ ##### 22nd December 2014 - 1.0.2
49
49
50
50
* Fix issue with line spacing in Code Grid report on Windows,
51
51
52
- ##### 28th November 2014 1.0.1
52
+ ##### 28th November 2014 - 1.0.1
53
53
54
54
* Fixed issue with coverageAggregate
55
55
* Fixed issue with multi project builds referencing parent code
56
56
57
- ##### 20th November 2014 1.0.0
57
+ ##### 20th November 2014 - 1.0.0
58
58
59
59
* Long awaited multi project support (aggregation)
60
60
* Bug fixes for classes with a directory structure different to package name
@@ -67,24 +67,24 @@ To see scoverage in action check out the [samples](https://github.com/scoverage/
67
67
* Fixed errors with Javascript in Play projects.
68
68
* Re-wrote the SBT plugin completely, no longer uses custom config
69
69
70
- ##### 3rd November 2014 0.99.10
70
+ ##### 3rd November 2014 - 0.99.10
71
71
72
72
* Fixed command line options due to changes in Scala 2.11.3+
73
73
74
- ##### 10th Sept 2014 0.99.9
74
+ ##### 10th September 2014 - 0.99.9
75
75
76
76
* Added exclude by filename
77
77
78
- ##### 20th July 2014 0.99.7
78
+ ##### 20th July 2014 - 0.99.7
79
79
* Fixes for final val constants
80
80
* Fixed cobertura output for ratio values
81
81
82
- ##### 21 May 2014 0.99.5
82
+ ##### 21st May 2014 - 0.99.5
83
83
84
84
* Major performance enhancements
85
85
* Avoids issue with timeouts on tests
86
86
87
- ##### 19 May 2014 0.99.3
87
+ ##### 19th May 2014 - 0.99.3
88
88
89
89
* Fixed issue with min coverage
90
90
* Added highlighting option to avoid issues with overlapping trees
@@ -113,24 +113,24 @@ To see scoverage in action check out the [samples](https://github.com/scoverage/
113
113
* Add statement ID to report, to aid debugging (Richard Bradley)
114
114
* Add support for coverage exclusion comments (Richard Bradley)
115
115
116
- ##### 8 March 2014 - 0.95.9
116
+ ##### 8th March 2014 - 0.95.9
117
117
* SBT plugin import issue fixed
118
118
* Fixed windows line ending issues
119
119
* Use relative href for source view
120
120
* Add support for exclude by file name
121
121
122
- ##### 12th Jan 2014 - 0.95.7
122
+ ##### 12th January 2014 - 0.95.7
123
123
* Fixed bug with return value in pattern match
124
124
* Improved support for classname excludes
125
125
* Fixed spurious trailing green line breaks
126
126
127
- ##### 5th Jan 2014 - 0.95.3
127
+ ##### 5th January 2014 - 0.95.3
128
128
* Fixed support for for comprehensions.
129
129
* Optimzed support for nested method calls.
130
130
* Fixed exclude package bug
131
131
* Now supports nested packages
132
132
133
- ##### 9th Dec 2013 - 0.95.0
133
+ ##### 9th December 2013 - 0.95.0
134
134
* First stable release.
135
135
* Statement level coverage.
136
136
* Branch coverage for if, pattern match, partial function.
0 commit comments