Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 4.62 KB

CHANGELOG.md

File metadata and controls

78 lines (49 loc) · 4.62 KB

2.0.1 (Next)

  • Your contribution here.

2.0.0 (2024/09/07)

1.0.1 (2023/03/15)

1.0.0 (2023/03/08)

0.3.7 (2021/06/01)

0.3.6 (2018/05/01)

  • #18: Fix mongoid scroll without block returning wrong criteria - @asgerb.
  • #15: Use MongoDB 3.4 in testing and fix tests w/ WiredTiger storage engine - @dblock.
  • #14: Allow scrolling by foreign key - @joeyAghion.

0.3.5 (2016/09/27)

0.3.4 (2015/10/22)

0.3.3 (2015/09/17)

  • Compatibility with Mongoid 5 - @dblock.

0.3.2 (2015/8/8)

  • #7: Fix: pre-merge cursor criteria fields - @sweir27.

0.3.1 (2015/7/27)

  • Compatibility with Mongoid 5.x beta - @dblock.
  • #4: Fix: support chaining $or criteria - @sweir27.
  • #5: Fix: embeddable objects now returned in pagination - @sweir27.

0.3.0 (2014/1/7)

  • Compatibility with Mongoid 4.x - @dblock.
  • Implemenet Rubocop, Ruby linter - @dblock.

0.2.1 (2013/3/21)

  • Fix: scroll over a collection that has duplicate values while data is being modified in a way that causes a change in the natural sort order - @dblock.

0.2.0 (2013/3/14)

  • Extend Moped::Query with scroll - @dblock.
  • Mongoid::Scroll::Cursor.from_record can now be called with either a Mongoid field or field_type and field_name in the options hash - @dblock.

0.1.0 (2013/2/14)

  • Initial public release, extends Mongoid::Criteria with scroll - @dblock.