All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Restrict to Ruby 2.3+
- Fix handling of nil durations
v0.5.1 - 2022-01-06
- Fixed compatibility with older rubies
v0.5.0 - 2022-01-04
- Added support to read outside error count returned from XML formatter (#86)
- Moved to GitHub Actions for CI
- Test on current Ruby and RSpec versions
v0.4.1 - 2018-05-26
- Diff ANSI stripping now works for codes with multiple tags, too
v0.4.0 - 2018-05-26
- Add support for including STDOUT and STDERR from tests in the JUnit output (see "Capturing output" in the readme for details)
- When RSpec includes a diff in its output, strip out ANSI escape codes used to color it for shell display