Skip to content

Commit dca640f

Browse files
authored
0.1.1 (#159)
1 parent 18f230d commit dca640f

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to the "mongodb" extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.1.1] - 2020-08-04
8+
9+
### Added
10+
11+
- Added a search for documents playground shortcut in the tree explorer view
12+
- Added a copy field name right click action in a collection's schema in the tree explorer view
13+
- Added a document count for a collection in the tree view (with hover tooltip for the full count)
14+
- Added the ability to change the current connection when in an open playground file by using the codelens on the first line of the playground
15+
16+
### Changed
17+
18+
- Allow connecting to a new connection while already connecting to another connection
19+
- Allow removing a new connection while it is connecting
20+
721
## [0.1.0] - 2020-07-15
822

923
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "mongodb-vscode",
44
"displayName": "MongoDB for VS Code",
55
"description": "Connect to MongoDB and Atlas directly from your VS Code environment, navigate your databases and collections, inspect your schema and use playgrounds to prototype queries and aggregations.",
6-
"version": "0.1.0",
6+
"version": "0.1.1",
77
"homepage": "https://github.com/mongodb-js/vscode",
88
"qna": "https://developer.mongodb.com/community/forums/",
99
"repository": {

0 commit comments

Comments
 (0)