- bug fixes
- Respect
ActiveSupport::TimeWithZone
objects for casting time objects (by @tconst)
- Respect
-
enhancements
- Support
Montrose.every(:second)
- Support
-
bug fixes
- Ensure
ActiveSupport::Duration
parts are used; fixes 'every 30 days' bug
- Ensure
- enhancements
- Respect configured time zone by using
Time.current
fromActiveSupport
- Adds
Montrose::Recurrence#to_json
method - Additional tests for utils methods (by @AlexWheeler)
- Respect configured time zone by using
- enhancements
- Adds
:except
option and chainable method to filter timestamps by date (by @thewatts)
- Adds
- bug fixes
- Fix recurrences when specifying both
:starts
and:at
by treating:starts
value like a date - Respect recurrence rules using multiple
:at
values - Using
Montrose.r
without any arguments no longer throwsArgumentError
- Fix recurrences when specifying both
- bug fixes
- Handle
Hash
inMontrose::Chainable
methods that support varargs
- Handle
- enhancements
- Adds
Montrose.r
method for starting a new recurrence - Adds
Chainable
alias methods including#starts
,#until
,#repeat
- README updates (by @thegcat)
- Adds
- bug fixes
- Handle
nil
inMontrose::Options
constructor
- Handle
- enhancements
- extend
Montrose::Schedule
api for building and adding recurrences - add more details to chainable docs
- merge default options at enumeration time for more consistent serialization
- extend
- bug fixes
- add missing
require "forwardable"
- add missing
- enhancements
- add better
#inspect
methods inRecurrence
andOptions
- use refinement to refactor Options internal arg merging
- support ruby 2.3.0 in travis builds
- add better
- initial release