Skip to content
Insert, delete, drop, and a configuration tutorial

### Drivers

- Add insertOne, insertMany (!16)
- Add deleteOne, deleteMany (!14)
- Add drop (!14)

### Query DSL

- Add InsertOneOptions, DeleteOneOptions (!16)
- Add DeleteOptions (!14)
- Add DropOptions (!14)
- Rename any to anyValue, and anyObject to any (#11, !16)
- Add a documentation header for AbstractCompoundExpression (#12, !16)
- Add a link to tracking issues in operators' documentation (#13, !16)

### Documentation

- Initialize the website (!15)
- Add a tutorial for setting up everything (!15)
- Add a contribution guide for integration tests (!16)
- Add pages introducing how to find and update data (!18)
- Add an explanation of the benefits of KtMongo over KMongo (!18)
- Add a comparison between KtMongo and KMongo (!18)
- Simplify the design of the home page (!17)