Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-simplecov-html
From: Takahiro Kambe
Date: 2020-03-08 16:21:48
Message id: 20200308152148.706F1FB27@cvs.NetBSD.org
Log Message:
devel/ruby-simplecov-html: update to 0.12.2
Update ruby-simplecov-html to 0.12.2.
0.12.2 (2020-02-27)
==================
## Bugfixes
* Refreshing the page while a source file is open works again. Thanks \
[@HansBug](https://github.com/HansBug) for the report \
[#94](https://github.com/colszowka/simplecov-html/issues/94) and \
[@Tietew](https://github.com/Tietew) for the fix!
0.12.1 (2020-02-23)
==================
Bugfix release to fix huge bugs that sadly test suit and maintainters didn't catch.
## Bugfixes
* Disable pagination and with it all files on 2nd page+ being broken/not able to open
* Fix display of non ASCII characters, for this you have to upgrade to simplecov \
0.18.3 though (it's handled in there)
0.12.0 (2020-02-12)
==================
This release is basically a collection of long standing PRs finally merged.
Yes it looks different, no it's not a redesign - just a side effect of lots of \
dependency updates to improve CSP compatibility.
## Enhancements
* The HTML should now be servable with CSP settings of `default-src 'none'; \
script-src 'self'; img-src 'self'; style-src 'self';`
* File list is horizontally scrollable if the space doesn't suffice
* numbers are now right aligned and displayed with the same number of decimals \
for easier comparison and reading.
## Bugfixes
* Make sorting icons appear again
* close link tag which could cause problems when parsing as xhtml/xml
* make sure encoding errors won't crash the formatter
* 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
Files: