All Versions
18
Latest Version
Avg Release Cycle
81 days
Latest Release
1312 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.5.2 Changes
October 06, 2017๐ Fixed
- โฑ Overriding the start time to before the schedule's start time would cause invalid occurrences to be emitted
-
v0.5.1 Changes
September 26, 2017๐ Fixed
- ๐ Removed problematic logging
-
v0.5.0 Changes
September 26, 2017โ 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)
- "time of day" option (e.g.
-
v0.4.0 Changes
September 19, 2017โ Added
- Added
Schedule.end_all_recurrence_rules/2
which adds an:until
option to each recurrence rule in a schedule. - ๐ Added support for one-off recurrence times (
RDATE
in iCalendar) - ๐ป Added support for exception times (
EXDATE
in iCalendar)
- Added
-
v0.3.0 Changes
September 14, 2017โ Added
- Added the "minute of hour" option (
BYMINUTE
in iCalendar) - Added the "second of minute" option (
BYSECOND
in iCalendar)
- Added the "minute of hour" option (
-
v0.2.1 Changes
September 12, 2017โ Added
- ๐ Added logo to documentation
-
v0.2.0 Changes
September 11, 2017โ Added
- ๐ Better documentation to
Schedule.occurrences/1
to explain the duration option on schedules.
- ๐ Better documentation to
-
v0.0.1 Changes
September 08, 2017๐ Initial release
๐ [Unreleased]: https://github.com/peek-travel/cocktail/compare/0.10.0...HEAD