### 0.3.7 (2021/06/01) * [#22](https://github.com/mongoid/mongoid-scroll/pull/22): Compatibility with Mongoid 7 - [@asgerb](https://github.com/asgerb). ### 0.3.6 (2018/05/01) * [#18](https://github.com/mongoid/mongoid-scroll/pull/18): Fix mongoid scroll without block returning wrong criteria - [@asgerb](https://github.com/asgerb). * [#15](https://github.com/mongoid/mongoid-scroll/pull/15): Use MongoDB 3.4 in testing and fix tests w/ WiredTiger storage engine - [@dblock](https://github.com/dblock). * [#14](https://github.com/mongoid/mongoid-scroll/pull/14): Allow scrolling by foreign key - [@joeyAghion](https://github.com/joeyAghion). ### 0.3.5 (2016/09/27) * [#11](https://github.com/mongoid/mongoid-scroll/pull/11): Compatibility with Mongoid 6 - [@dblock](https://github.com/dblock). * [#12](https://github.com/mongoid/mongoid-scroll/pull/12): Added Danger, PR linter - [@dblock](https://github.com/dblock). ### 0.3.4 (2015/10/22) * Added support for [mongo-ruby-driver](https://github.com/mongodb/mongo-ruby-driver), `Mongo::Collection::View` - [@dblock](https://github.com/dblock). ### 0.3.3 (2015/09/17) * Compatibility with Mongoid 5 - [@dblock](https://github.com/dblock). ### 0.3.2 (2015/8/8) * [#7](https://github.com/mongoid/mongoid-scroll/pull/7): Fix: pre-merge cursor criteria fields - [@sweir27](https://github.com/sweir27). ### 0.3.1 (2015/7/27) * Compatibility with Mongoid 5.x beta - [@dblock](https://github.com/dblock). * [#4](https://github.com/mongoid/mongoid-scroll/pull/4): Fix: support chaining `$or` criteria - [@sweir27](https://github.com/sweir27). * [#5](https://github.com/mongoid/mongoid-scroll/pull/5): Fix: embeddable objects now returned in pagination - [@sweir27](https://github.com/sweir27). ### 0.3.0 (2014/1/7) * Compatibility with Mongoid 4.x - [@dblock](https://github.com/dblock). * Implemeneted Rubocop, Ruby linter - [@dblock](https://github.com/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](https://github.com/dblock). ### 0.2.0 (2013/3/14) * Extended `Moped::Query` with `scroll` - [@dblock](https://github.com/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](https://github.com/dblock). ### 0.1.0 (2013/2/14) * Initial public release, extends `Mongoid::Criteria` with `scroll` - [@dblock](https://github.com/dblock).