Skip to content

Commit

Permalink
release v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xjsender committed Oct 19, 2019
1 parent 16d27cd commit 587e232
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to the "haoide" extension will be documented in this file.

## [0.2.6], 2019-10-19
+ **Add** new command ```runSyncTest``` to run syncholize test
+ **Add** new command ```viewCodeCoverage``` to view code coverage
+ **Add** confirmation to ```update project``` after ```toggle metadata objects```
+ **Add** support for tooling query and export for query explorer
+ **Update** Remove success information after ```switch project```
+ **Fix bug** when retrieve file property for ```aura components```
+ **Fix bug** Keep file properties to local cache after execute ```refreshFolders```


## [0.2.5], 2019-10-16
+ **Add** new command ```diffThisWithServer``` for diff active file with server
Expand All @@ -14,7 +23,7 @@ All notable changes to the "haoide" extension will be documented in this file.
## [0.2.4], 2019-10-14
+ **Add** new command to view selected id in the browser
+ **Enhancement** for the visiblity of ```addDefaultProjectToWorkspace``` command
+ **Fix** bug for ```exportQueryToCSV`` command
+ **Fix** bug for ```exportQueryToCSV``` command
+ **Fix** bug for ``Query Explorer`` when there is no matched records
+ **Fix** bug for command visibility when all projects are removed from workspace

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": "https://github.com/xjsender/haoide-vscode",
"description": "haoide is a vscode extension for salesforce development",
"version": "0.2.5",
"version": "0.2.6",
"engines": {
"vscode": "^1.35.0"
},
Expand Down

0 comments on commit 587e232

Please sign in to comment.