All Versions
47
Latest Version
Avg Release Cycle
150 days
Latest Release
918 days ago

Changelog History
Page 4

  • v0.7.3 Changes

    🛠 Fixed

    • 🛠 Fix for time interval buckets (affects hour, minute, sec)
  • v0.7.2 Changes

    🛠 Fixed

    • 🛠 Fix for interval to/from YAML issue
  • v0.7.1 Changes

    🛠 Fixed

    • 🛠 Fix for comparing rules with nil
  • v0.7.0 Changes

    ➕ Added

    • 👌 Support for each_occurrence which iterates as it builds forever

    🔄 Changed

    • Large rewrite, fixing a few small bugs and including some large optimizations to the spidering algo
  • v0.6.15 Changes

    ➕ Added

    • Deserialize until_date properly in to_hash and to_yaml by @promisedlandt
  • v0.6.14 Changes

    🛠 Fixed

    • 🛠 Fixed a skipping issue around DST ending
  • v0.6.13 Changes

    ➕ Added

    • ➕ Additional accessor methods on validations and rules for easy use in microformats (thanks @jamesarosen)

    🛠 Fixed

    • 🛠 Fix by Ben Fyvie for daily rule crossing over a year boundary
    • 🛠 Fix for changing start date affecting schedules without reloading
    • 👌 Fix for typo in active_support_occurs_between? causing load issues with ActiveSupport (thanks @carlthuringer)
  • v0.6.12 Changes

    ➕ Added

    • ⏱ Be able to set the start_date and duration after creating a schedule
  • v0.6.11 Changes

    ➕ Added

    • ➕ Added the ability to add and remove rdates, rrules, exdates, and exrules from a schedule
  • v0.6.10 Changes

    ➕ Added

    • UNTIL date now serialized with time information