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.
- Fix
warn_by
#16
- Add
warn_by
option #14
0.0.3 - 2019-11-26
- 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 theby
argument to die on a specific date OR when a specific condition becomes true.
- Date strings can now be parsed parsed internally without calling
Time
orDate
classes explicitely.
0.0.2 - 2019-02-15
- Exclude this gem's backtrace location from exceptions thrown to make it easier to find TODOs.