Skip to content

Commit 7540373

Browse files
committed
0.12.0 release
1 parent 83227dd commit 7540373

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
0.12.0 (2020-02-12)
2+
==================
3+
4+
This release is basically a collection of long standing PRs finally merged.
5+
Yes it looks different, no it's not a redesign - just a side effect of lots of dependency updates to improve CSP compatibility.
6+
7+
## Enhancements
8+
* The HTML should now be servable with CSP settings of `default-src 'none'; script-src 'self'; img-src 'self'; style-src 'self';`
9+
* File list is horizontally scrollable if the space doesn't suffice
10+
* numbers are now right aligned and displayed with the same number of decimals for easier comparison and reading.
11+
12+
## Bugfixes
13+
* Make sorting icons appear again
14+
* close link tag which could cause problems when parsing as xhtml/xml
15+
* make sure encoding errors won't crash the formatter
16+
* When viewing a short source file while you have a big file list you will no longer be able to scroll on after the source file has ended
17+
118
0.11.0 (2020-01-28)
219
=======
320

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
simplecov-html (0.11.0)
4+
simplecov-html (0.12.0)
55

66
PATH
77
remote: /home/tobi/github/simplecov

assets/javascripts/plugins/jquery.colorbox.js

100755100644
File mode changed.

lib/simplecov-html/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module SimpleCov
44
module Formatter
55
class HTMLFormatter
6-
VERSION = "0.11.0"
6+
VERSION = "0.12.0"
77
end
88
end
99
end

0 commit comments

Comments
 (0)