SPECS2-4.0.2
·
977 commits
to main
since this release
Maintenance version
Improvements
- core better display of failure messages for sets
Fixes
- core fixed the reporting of times when using
sequentialorskipAll - scalacheck fixed the reporting of scalacheck failures when using
ThrownExpectationsa duplicate "Failed after" message was reported on top of the actual message - html remove ansi colors in
Textwhen reported to html - guide scalaz dependency is not mandatory since version 4.0.0 (thanks to kenji yoshida)
- core fixed
ErrorOrOkOps.toErrorFullMessage(thanks to Shunsuke Otani) - html specify charset when writing files (thanks to Andreas Flierl)
- html handle Windows file paths like Unix paths (thanks to Andreas Flierl)
- core simplify expressions by using
Either.left(thanks to Shunsuke Otani) - core avoid unnecessary conversions (thanks to João Costa)
- core fix multiple typos (thanks to João Costa)
- website fixed the link for the release notes
- website fixed the integration spec on the website