Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

68 lines (43 loc) · 2.5 KB

1.3.0 (Next)

  • Your contribution here.

1.2.0 (2017-04-07)

1.1.0 (2015-09-25)

1.0.1 (2014-07-02)

  • Fixed missing file in .gemspec - @dblock.

1.0.0 (2014-07-01)

  • Fixed compatibility with Mongoid 4.x and DelayedJob 4.x - @dblock.

0.5.1 (2012-11-20)

  • #4: Fix: const_missing: uninitialized constant Delayed::DelayMail (NameError) with Rails - @dblock.
  • #4: Fix: do not run job when a Mongoid instance is not found within delayed_job arguments and Mongoid.raise_not_found_error is set to false - @dblock.

0.5.0 (2012-11-19)

0.4.0 (10/27/2012)

  • #2: Silently return on documents that cannot be fetched - @mixonic.

0.3.0 (2/12/2012)

  • Delayed_job 3's requires are no longer relative to its root - @joeyAghion.
  • Relaxed requirement for mongoid ~> 2.0 - @dblock.

0.2.8 (1/4/2012)

  • Don't transform object into stub if there are pending updates and jobs are being run immediately - @joeyAghion.
  • Don't transform object into stub if not yet persisted - @joeyAghion.

0.2.7 (12/19/2011)

0.2.0 (11/29/2011)

  • Reorganize and fix behavior for mailers - @joeyAghion.

0.1.0 (28/11/2011)