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+
1180.11.0 (2020-01-28)
219=======
320
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- simplecov-html (0.11 .0 )
4+ simplecov-html (0.12 .0 )
55
66PATH
77 remote: /home/tobi/github/simplecov
Original file line number Diff line number Diff line change 33module SimpleCov
44 module Formatter
55 class HTMLFormatter
6- VERSION = "0.11 .0"
6+ VERSION = "0.12 .0"
77 end
88 end
99end
You can’t perform that action at this time.
0 commit comments