From 64faeecae9fd7681f63aeb26292514397ef37f8e Mon Sep 17 00:00:00 2001 From: Rhys Date: Thu, 1 Oct 2020 15:55:33 +0200 Subject: [PATCH] 0.2.0 (#175) --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac4095f3..d91f635f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to the "mongodb" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.2.0] - 2020-10-1 + +### Added + +- Added a Playgrounds panel that displays `.mongodb` playground files in the current VSCode workspace +- Added a setting to configure which folders and files are excluded from the playgrounds panel file searching +- Added a help and resources panel to the explorer with links to documentation and feedback portals +- Added a button to the indexes folder in the tree view which creates a playground prefilled with an index creation script + +### Changed + +- Updated our mongosh dependency to 0.4.2 to bring more functionality to playgrounds + +### Fixed + +- Fixed indexes expanded state caching in the connection explorer panel tree view + ## [0.1.1] - 2020-08-10 ### Added diff --git a/package-lock.json b/package-lock.json index ff74ff2db..1fb4e60b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongodb-vscode", - "version": "0.1.1", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 004635a49..9f19c50e4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "mongodb-vscode", "displayName": "MongoDB for VS Code", "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.", - "version": "0.1.1", + "version": "0.2.0", "homepage": "https://github.com/mongodb-js/vscode", "qna": "https://developer.mongodb.com/community/forums/", "repository": {