Montrose v0.10.0 Release Notes

Release Date: 2019-07-18 // almost 5 years ago
    • ✨ enhancements

      • Overrides Recurrence#as_json (by @mmagn) to correlate with behavior of Recurrence#to_json
    • 🐛 bug fixes

      • In overriding Recurrence#as_json as described above, fixes potential infinite loop of calling the method with an infinite recurrence
    • 💥 breaking changes

      • Start time for a daily Recurrence defined with :at options will no longer reset to the beginning of the day; addresses confusion with original behavior in which such occurrences could emit events in the past relative to the given or explicit start time, i.e., earlier in the day