forked from ice-cube-ruby/ice_cube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
20 lines (16 loc) · 826 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
0.6.0
* [#8] Changed how time serialization is done to preserve TimeWithZone when appropriate.
Backward compatibility is intact, but bumping the minor version for the YAML format change.
* [#11] Fixed next occurrence to work on never-ending schedules
0.6.1
* Lessen the amount of info we store in yaml on the time zone
0.6.2
* Patch release for to_yaml performance issue
0.6.3
* Change how active_support_occurs_on works
* Fixed bug where next_occurrence wouldn't work if no end_date was set
0.6.4
* Fixed bug where next_occurrence wouldn't actually grab the correct next occurrence with
schedules that had more than one recurrence rule and/or a recurrence rule and a recurrence date
* Added next_occurrences function to schedule, allowing you to get the next N occurrences after a
given date