Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

35 lines (25 loc) · 1.3 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.1.1] - 2022-07-01

  • Fix warn_by #16

[0.1.0] - 2022-06-27

  • Add warn_by option #14

0.0.3 - 2019-11-26

Added

  • Boolean-returning conditionals or callables (Proc, Block, Lambda) can be passed to the new if argument. if can be used instead of or in conjunction with the by argument to die on a specific date OR when a specific condition becomes true.

Changed

  • Date strings can now be parsed parsed internally without calling Time or Date classes explicitely.

0.0.2 - 2019-02-15

Changed

  • Exclude this gem's backtrace location from exceptions thrown to make it easier to find TODOs.

0.0.1 - 2019-01-01