SimpleCov v0.9.2 Release Notes

Release Date: 2015-02-18 // about 9 years ago
  • ๐Ÿ›  This is a minor bugfix release for simplecov-html, released as 0.9.0. Due to the tight version constraint in the gemspec ๐Ÿš€ a new release of simplecov had to be shipped to allow using simplecov-html ~> 0.9.0.

    • The browser back / forward button should now work again. See #36 and #35. Thanks @whatasunnyday and @justinsteele for submitting PRs to fix this.
    • Fix "warning: possibly useless use of a variable in void context" See #31. Thanks @cbandy
    • Always use binary file format. See #32. Thanks @andy128k
    • Avoid slow file output with JRuby/Windows. See #16. Thanks @pschambacher

    ๐Ÿ“š Other than the release includes a bunch of mostly documentation improvements:

    • Update Rails path for Rails 4+. See #336. Thanks @yazinsai
    • Encourage use of .simplecov to avoid lost files. See #338. thanks @dankohn
    • Specified in the gemspec that simplecov needs ruby 1.8.7. See #343. thanks @iainbeeston
    • Fix mispointed link in CHANGELOG.md. See #353. Thanks @dleve123
    • Improve command name docs. See #356. Thanks @gtd