Skip to content

Commit 64faeec

Browse files
authored
0.2.0 (#175)
1 parent 4c199c8 commit 64faeec

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.2.0] - 2020-10-1
8+
9+
### Added
10+
11+
- Added a Playgrounds panel that displays `.mongodb` playground files in the current VSCode workspace
12+
- Added a setting to configure which folders and files are excluded from the playgrounds panel file searching
13+
- Added a help and resources panel to the explorer with links to documentation and feedback portals
14+
- Added a button to the indexes folder in the tree view which creates a playground prefilled with an index creation script
15+
16+
### Changed
17+
18+
- Updated our mongosh dependency to 0.4.2 to bring more functionality to playgrounds
19+
20+
### Fixed
21+
22+
- Fixed indexes expanded state caching in the connection explorer panel tree view
23+
724
## [0.1.1] - 2020-08-10
825

926
### 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.1",
6+
"version": "0.2.0",
77
"homepage": "https://github.com/mongodb-js/vscode",
88
"qna": "https://developer.mongodb.com/community/forums/",
99
"repository": {

0 commit comments

Comments
 (0)