- MongoDB 3.4+ support for aggregate with cursor
- Add db.collection.insert() and db.collection.insertOne() functions
- Add Date() and ISODate() functions
- Add db.collection.aggregate()
- Add regex support to db.collection.find()
- Add db.collection.stats(), dataSize(), storageSize(), totalIndexSize(), getIndexes(),
- Add db.collection.find().batchSize()
- Add ObjectId() support
- Renamed grammar file to avoid potential conflicts
- Added support for cursor functions to be chained (in any order) after db.collection.find():
- sort()
- skip()
- limit()