Releases: gabrielelana/mongodb-shell-extensions
Releases · gabrielelana/mongodb-shell-extensions
Release 0.2.9
- Update
moment
to ~2.10 - Add
moment-timezone
Release 0.2.8
- command
d
to list databases - command
c
to list collections - command
pretty
to switch to pretty print mode - command
ugly
to switch off from pretty print mode - command
so
to enable read on slave nodes
Release 0.2.7
- DBCollection.distinctAndCount on null fields
Release 0.2.6
- DBQuery#reverse more robust and compatibile with 0.2.2, 0.2.4 and 0.2.6
Release 0.2.5
- DBCollection.distinctAndCount on array fields
- DBCollection.distinctAndCount on primitives like (ex. Number, ISODate, …) fields
Release 0.2.4
- toCSV support for documents with nested fields
Release 0.2.3
- Support aggregate framework changes in 2.6
Release 0.2.2
- Add release version in startup message
Release 0.2.0
DBCollection.distinctAndCount
on multiple fields
Release 0.1.5
- Documentation
- Named constructor for CSV