Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

74 lines (43 loc) · 1.56 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.

1.0.0 - 2022-05-11

No functional changes. This release marks API stability.

0.17.1 - 2022-01-10

Fixed

  • Fixed compatibility with Elixir 1.13

0.17.0 - 2021-11-24

Added

  • Added a :terminal_option for :filter_fully_covered, defaulting to true
    • this option filters fully covered modules from the terminal output

0.16.0 - 2021-10-04

Changed

  • Changed out three default setting values
    • file_column_width increased to 80 columns from 40
    • treat_no_relevant_lines_as_covered set to true from false
    • html_filter_fully_covered set to true from false

0.15.2 - 2021-10-04

Added

  • Added message to HTML report when the :html_filter_fully_covered option is enabled

Fixed

  • Fixed HTML filtering functionality

0.15.1 - 2021-10-04

Added

  • Added LICENSE file to hex tarball

0.15.0 - 2021-10-04

Added

  • Added :html_filter_fully_covered to the coverage options, allowing one to filter out fully covered modules from the HTML reports

Removed

  • Removed mix tasks and code for uploading coverage reports to various services

Changed

  • Changed out configuration from the JSON file to Elixir application configuration

0.0.0 - 2021-10-01

Added