- Reopen text editor if it is closed
- Combine mutliple output window into one
- Upgrade mongodb driver version to 4.4
- Buf fix #12, add spinner when connecting to MongoDB
- Bug fix #33 failed to query with ObjectId
- Bug fix #32 Cannot execute after saving editor file
- cannot run command: MongoRunner Editor #31
- fix #30 that last line is alway showing error on mongo runner editor
- Fix a defect about initial load on MongoDB Runner configuration.
- Fix failed to connect database issue.
-
MongoDB Runner Language Server
- With MongoDB Runner language server, you can use MongoDB NodeJS driver to operate database. It supports run all script on the editor or run each statement. It will render
explain
command on the selected commands. - Support syntax diagnostic as you typing.
- Support format code.
- Auto attach
toArray
andlimit
onfind
commands.
- With MongoDB Runner language server, you can use MongoDB NodeJS driver to operate database. It supports run all script on the editor or run each statement. It will render
- Enable private key connection
- Enable setting password in the configuration
- Fix configuration schema warning errors
- Add support for query ObjectID
- Add refresh button
- Support manually input database password
- Order menu items
- Support loading mutiple MongoDB connections
Update plugin icon. Support all mongodb connection options. Update replicatset tree icon.
Initial release.