2.2.0: FindAndModify
- Merged PR #44: Add
equals()
methods for wrapper classes - @thekid - Merged PR #45: Implement Collection
modify()
andremove()
via
https://www.mongodb.com/docs/manual/reference/command/findAndModify/
(@thekid) - Fixed
upsert()
inconsistency withupdate()
anddelete()
in how
it handles the query parameter
(@thekid)