Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.52 KB

CHANGELOG.markdown

File metadata and controls

33 lines (21 loc) · 1.52 KB

0.7.0

  • Remove deprecated Rubyforge reference #19 (Thanks @kensentor)
  • Implement ActiveScheduler::ResqueWrapper.scheduled #17 (Thanks @AMHOL)

0.6.0

  • Add persist option #15 (Thanks @SpiffyStores)
  • Remove hardcoded class references #16 (Thanks @kensentor)

0.5.0

  • Expand Travis matrix to include Rails 5 and more ruby versions
  • Allow rails_env option since resque-scheduler does #10 (Thanks @blahutka)

0.4.0

  • Use job's queue instead of hardcoded default #9 (Thanks @r3trofitted)

0.3.0

  • Remove explicit active_support dependency (it's pulled in by activejob)
  • Updated testing matrix for more rubies 💎💎💎
  • Support named args #6 (Thanks @jdguzman)

0.2.0

  • Deprecate arguments in favor of args #5 (Thanks @ximus)

0.1.0

  • Only wrap jobs that are descendants of ActiveJob::Base #3 (Thanks @ximus)

0.0.3

  • Use schedule name as class name if unspecified #1 (Thanks @jeremycrosbie)