- Your contribution here.
- #38: Add
previous_cursor
- @GCorbel. - #42: Add
first_cursor
- @GCorbel. - #43: Add
current_cursor
- @GCorbel. - #44: Drop support for Mogoid 5 and Mongo Ruby Driver - @dblock.
- #45: Add support for Mogoid 9 - @dblock.
- #46: Upgrade RuboCop to 1.66.1 - @dblock.
- #47: Add code coverage - @dblock.
- #36: Keep millisecond precision on time fields - @FabienChaynes.
- #25: Compatibility with Ruby 3 - @leamotta.
- #25: Replace Travis CI with GHA - @leamotta.
- #29: Add ability to include the current record to the cursor - @FabienChaynes.
- #30: Prevent discrepancy between the original sort and the cursor sort - @FabienChaynes.
- #32: Add Base64 serialization for cursors - @FabienChaynes.
- #33: Remove support for Mongoid 3, 4 and Moped - @dblock.
- #34: Add support for Mongoid 8 - @dblock.
- #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.
- Added support for mongo-ruby-driver,
Mongo::Collection::View
- @dblock.
- Compatibility with Mongoid 5 - @dblock.
- Compatibility with Mongoid 5.x beta - @dblock.
- #4: Fix: support chaining
$or
criteria - @sweir27. - #5: Fix: embeddable objects now returned in pagination - @sweir27.
- 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.
- Extend
Moped::Query
withscroll
- @dblock. Mongoid::Scroll::Cursor.from_record
can now be called with either a Mongoid field orfield_type
andfield_name
in theoptions
hash - @dblock.
- Initial public release, extends
Mongoid::Criteria
withscroll
- @dblock.