Releases: baumandm/monglorious
Releases · baumandm/monglorious
0.8.0
- MongoDB 3.4+ support for aggregate with cursor
0.7.0
- Add db.collection.insert() and db.collection.insertOne() functions
v0.6.0
- Add Date() and ISODate() functions
v0.5.1
- Add db.collection.aggregate()
- Add Java interop
- Minor fixes
v0.4.0
- Add regex support to db.collection.find()
- Add db.collection.stats(), dataSize(), storageSize(), totalIndexSize(), getIndexes(),
- Add db.collection.find().batchSize()
0.2.1
- Renamed grammar file to avoid potential conflicts
- Added support for cursor functions to be chained (in any order) after db.collection.find():
0.1.0
Initial stable release. See TODO.md for information on available functions