Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

38 lines (20 loc) · 1.3 KB

Changelog

0.9.2 (2024.09.17)

  • Fix: typo in output (#24)

0.9.1 (2021.02.01)

  • Fix: Don't add ellipsis if line groups are not truncated - thanks @lbraun! (#21)

0.9 (2021.01.21)

  • Added support for limiting number of lines shown

0.8 (2020.11.11)

0.7.2 (2020.03.05)

  • Fix: table output include (#17)

0.7.1 (2020.03.05)

  • Fix: block output doesn't work with frozen string literal (#16)

0.7 (2020.03.04)

  • Added new 'block' style output option - thanks @hpainter! (#15)

0.6 (2019.11.08)

  • Added new config options: sort, show_covered, and max_rows

0.5 (2019.05.24)

  • Replaced hirb gem with terminal-table due to multiple warnings thrown (#11)
  • Support disabling colorized output via NO_COLOR env var