Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

50 lines (35 loc) · 1.61 KB

Changelog

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.

Changed

  • Restrict to Ruby 2.3+

Fixed

  • Fix handling of nil durations

v0.5.1 - 2022-01-06

Fixed

  • Fixed compatibility with older rubies

v0.5.0 - 2022-01-04

Added

  • Added support to read outside error count returned from XML formatter (#86)

Changed

  • Moved to GitHub Actions for CI
  • Test on current Ruby and RSpec versions

v0.4.1 - 2018-05-26

Fixed

  • Diff ANSI stripping now works for codes with multiple tags, too

v0.4.0 - 2018-05-26

Added

  • Add support for including STDOUT and STDERR from tests in the JUnit output (see "Capturing output" in the readme for details)

Fixed

  • When RSpec includes a diff in its output, strip out ANSI escape codes used to color it for shell display