Add Date.shift/2 to shift dates with duration and calendar-specific semantics
Allow Date to accept years outside of -9999..9999 range
Module
7 changes across 6 versions
Changes by version
Add Date.shift/2 to shift dates with duration and calendar-specific semantics
Allow Date to accept years outside of -9999..9999 range
Deprecate inferring a range with negative step, call Date.range/3 with a negative step instead
Add Date.before?/2 and Date.after?/2
Support steps via Date.range/3
Add Date.day_of_year/1, Date.quarter_of_year/1, Date.year_of_era/1, and Date.day_of_era/1
Add Date.months_in_year/1 function