A few feature requests and bug fixes. One bug fix - addressing the document leak bug -
has unfortunately impacted performance as Mongita now performs deep copies for most documents.
Added
- $push update operator
- skip functionality for cursor, find, and find_one
Fixed
- Modifications to local docs were sometimes altering db docs and viceversa
- $in/$nin were not always working correctly when combined with other filters
- $eq/$ne were not always working correctly in the index case when combined with other filters