Skip to content

Releases: technoweenie/model_iterator

v2.0.0

31 Mar 20:03
Compare
Choose a tag to compare

No new features are added. Continue using v1.0.4 for ActiveRecord 3.x.

v1.0.4

01 May 19:07
Compare
Choose a tag to compare
  • Fix Ruby 1.8.7 regression with the :conditions option.

v1.0.3

01 May 19:08
Compare
Choose a tag to compare
  • Adds a ModelIterator::NullRedis object in case you don't want state saved anywhere.

v1.0.2

01 May 18:21
Compare
Choose a tag to compare
  • Let conditions be specified as a :conditions hash key. @ymendel