2.2.0
This is the first release of Origin since 2014. It will be the last release of the gem before it is merged into the Mongoid codebase.
This version has the following bug fixes and new features:
- MONGOID-3639 Merge multi-selector $nin, $in, $nor criteria instead of replacing.
- Change default driver being used to :mongo
- Require explicitly setting the driver to :mongo1x if the 1x series of the Ruby driver is used.
- MONGOID-3522 Support adding a comment to a query.
- MONGOID-3895 Allow adding a cursor_type to a query.
- MONGOID-3640 Add text search helper.
- Test suite updates