thedodd / wither

An ODM for MongoDB built on the official MongoDB Rust driver.
https://docs.rs/wither
Other
324 stars 40 forks source link

Implement delete many method #68

Closed ndelvalle closed 3 years ago

ndelvalle commented 3 years ago

This PR resolves https://github.com/thedodd/wither/issues/67

ndelvalle commented 3 years ago

@thedodd sorry for the delay 😢 I totally forgot about this and ended up using the native driver method in the meanwhile. I added the alpha 3 section, not sure if you wanted to do a release.

thedodd commented 3 years ago

@ndelvalle no problem. This project definitely needs more love :). Thanks for updating the changelog. Once we merge this, I would be happy to cut a new release.

thedodd commented 3 years ago

Done! I just merged your changes + an update merge from master over in #72! So your code is now in master.