Skip to content

Releases: baumandm/monglorious

0.8.0

23 Oct 04:28
5078f14
Compare
Choose a tag to compare
  • MongoDB 3.4+ support for aggregate with cursor

0.7.0

23 May 01:57
Compare
Choose a tag to compare
  • Add db.collection.insert() and db.collection.insertOne() functions

v0.6.0

26 Feb 14:41
Compare
Choose a tag to compare
  • Add Date() and ISODate() functions

v0.5.1

10 Jan 12:33
Compare
Choose a tag to compare
  • Add db.collection.aggregate()
  • Add Java interop
  • Minor fixes

v0.4.0

09 Nov 03:06
Compare
Choose a tag to compare
  • Add regex support to db.collection.find()
  • Add db.collection.stats(), dataSize(), storageSize(), totalIndexSize(), getIndexes(),
  • Add db.collection.find().batchSize()

0.3.0

05 Nov 01:47
Compare
Choose a tag to compare
  • Add ObjectId() support

0.2.1

05 Nov 01:27
Compare
Choose a tag to compare
  • 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()

0.1.0

02 Nov 05:16
Compare
Choose a tag to compare

Initial stable release. See TODO.md for information on available functions