Skip to content

Commit 13fed5b

Browse files
committed
Release 1.3.0 preparation - README text improvements.
1 parent 8e3908e commit 13fed5b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,43 +18,43 @@ To see scoverage in action check out the [samples](https://github.com/scoverage/
1818

1919
### Release History
2020

21-
##### 6th November 2016 1.3.0
21+
##### 6th November 2016 - 1.3.0
2222

23-
* Scala 2.12 support
23+
* Added Scala 2.12 support
2424
* Added `excludedSymbols` option
2525

26-
##### 25th September 2016 1.2.0
26+
##### 25th September 2016 - 1.2.0
2727

2828
* Added ScalaJS support
2929
* Added `extraBeforePhase` and `extraAfterPhase` options
3030
* Bug fixes
3131

32-
##### 22th July 2015 1.1.1
32+
##### 22nd July 2015 - 1.1.1
3333

3434
* Bug fixes
3535

36-
##### 26th April 2015 1.1.0
36+
##### 26th April 2015 - 1.1.0
3737

3838
* Bug fixes
3939

40-
##### 23rd January 2015 1.0.4
40+
##### 23rd January 2015 - 1.0.4
4141

4242
* Improved results in match/cases
4343
* Improved results in partial functions
4444
* Fixed bug in code grid which would render whole sections green
4545
* Improved serializer to handle large projects (no more GC errors)
4646
* Improved handling of guards in for loops
4747

48-
##### 1.0.2
48+
##### 22nd December 2014 - 1.0.2
4949

5050
* Fix issue with line spacing in Code Grid report on Windows,
5151

52-
##### 28th November 2014 1.0.1
52+
##### 28th November 2014 - 1.0.1
5353

5454
* Fixed issue with coverageAggregate
5555
* Fixed issue with multi project builds referencing parent code
5656

57-
##### 20th November 2014 1.0.0
57+
##### 20th November 2014 - 1.0.0
5858

5959
* Long awaited multi project support (aggregation)
6060
* 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/
6767
* Fixed errors with Javascript in Play projects.
6868
* Re-wrote the SBT plugin completely, no longer uses custom config
6969

70-
##### 3rd November 2014 0.99.10
70+
##### 3rd November 2014 - 0.99.10
7171

7272
* Fixed command line options due to changes in Scala 2.11.3+
7373

74-
##### 10th Sept 2014 0.99.9
74+
##### 10th September 2014 - 0.99.9
7575

7676
* Added exclude by filename
7777

78-
##### 20th July 2014 0.99.7
78+
##### 20th July 2014 - 0.99.7
7979
* Fixes for final val constants
8080
* Fixed cobertura output for ratio values
8181

82-
##### 21 May 2014 0.99.5
82+
##### 21st May 2014 - 0.99.5
8383

8484
* Major performance enhancements
8585
* Avoids issue with timeouts on tests
8686

87-
##### 19 May 2014 0.99.3
87+
##### 19th May 2014 - 0.99.3
8888

8989
* Fixed issue with min coverage
9090
* 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/
113113
* Add statement ID to report, to aid debugging (Richard Bradley)
114114
* Add support for coverage exclusion comments (Richard Bradley)
115115

116-
##### 8 March 2014 - 0.95.9
116+
##### 8th March 2014 - 0.95.9
117117
* SBT plugin import issue fixed
118118
* Fixed windows line ending issues
119119
* Use relative href for source view
120120
* Add support for exclude by file name
121121

122-
##### 12th Jan 2014 - 0.95.7
122+
##### 12th January 2014 - 0.95.7
123123
* Fixed bug with return value in pattern match
124124
* Improved support for classname excludes
125125
* Fixed spurious trailing green line breaks
126126

127-
##### 5th Jan 2014 - 0.95.3
127+
##### 5th January 2014 - 0.95.3
128128
* Fixed support for for comprehensions.
129129
* Optimzed support for nested method calls.
130130
* Fixed exclude package bug
131131
* Now supports nested packages
132132

133-
##### 9th Dec 2013 - 0.95.0
133+
##### 9th December 2013 - 0.95.0
134134
* First stable release.
135135
* Statement level coverage.
136136
* Branch coverage for if, pattern match, partial function.

0 commit comments

Comments
 (0)