- Add support for builder/DSL pattern
- Rename
start_hour
=>start_time_of_day
- Rename
finish_hour
=>finish_time_of_day
- Add attribute readers for
Schedule
data - Support array of ranges in
DayRange
andWeeksOfMonthRange
. - Rename
WeekOfMonthRange
toWeeksOfMonthRange
- Support weekday and month numbers - Fixes #7
- Add support for weeks of month - PR #6
- Minute level resolution support
- Enhance
Schedule#to_matrix
- Enhance
TimeOfDayRange
- New
TimeOfDay
class
- Enhance
- Include
Enumerable
in all ranges
- Add
Blackcal::schedule
Is history..