Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

52 lines (30 loc) · 1.29 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.

0.3.0 - 2022-03-23

Added

  • keywords option and configuration for TODO synonyms [#5]

Changed

  • Dropped support for Ruby version older than 2.5 [#4]

0.2.0 - 2021-03-28

Added

  • Configuration settings for max_age_in_days and threshold, to allow for setting these per project. [#3]

Changed

  • Report all old TODOs, use age of the youngest in message [#2]

Fixed

  • Handle empty configuration file [#1]

0.1.0 - 2021-03-13

  • Initial release