File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed
assets/javascripts/plugins Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
18
0.11.0 (2020-01-28)
2
19
=======
3
20
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- simplecov-html (0.11 .0 )
4
+ simplecov-html (0.12 .0 )
5
5
6
6
PATH
7
7
remote: /home/tobi/github/simplecov
Original file line number Diff line number Diff line change 3
3
module SimpleCov
4
4
module Formatter
5
5
class HTMLFormatter
6
- VERSION = "0.11 .0"
6
+ VERSION = "0.12 .0"
7
7
end
8
8
end
9
9
end
You can’t perform that action at this time.
0 commit comments