Releases: peek-travel/cocktail
Releases · peek-travel/cocktail
Release 0.7.0
Added
- The ability to pass anything responding to
from
anduntil
tooverlap_mode
andcompare
Release 0.6.0
Added
- Quick Start guide and logo to the README
Fixed
- Some recurrence rules would keep the microsecond component of the start time when generating occurrences. Cocktail now always strips microseconds out, it only supports second precision.
Release 0.5.0 - The FAST Word
Added
- "time of day" option (e.g.
Schedule.add_recurrence_rules(:daily, times: [~T[10:00:00], ~T[12:30:00]])
; this serializes toBYTIME
in iCalendar format, which doesn't actually exist, so don't use this if you need to be iCalendar compatible)
Fixed
- Improved performance (up to 80x for certain types of schedules)
Release 0.4.0 - Mai Time
Release 0.3.0 - Minute Julep
Release 0.2.1 - Logo-tastic!
Added
- Added logo to documentation
Release 0.2.0 - Moar Documentation
Added
- Better documentation to
Schedule.occurrences/1
to explain the duration option on schedules.