Skip to content

Commit 97fd5b9

Browse files
committed
Release 0.3.0
1 parent 7ac98e0 commit 97fd5b9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# vscode-powershell Release History
22

3+
## 0.3.0
4+
### Tuesday, December 15, 2015
5+
6+
- Major improvements in variables retrieved from the debugging service:
7+
- Global and script scope variables are now accessible
8+
- New "Auto" scope which shows only the variables defined within the current scope
9+
- Greatly improved representation of variable values, especially for dictionaries and
10+
objects that implement the ToString() method
11+
- Added new "Expand Alias" command which resolves command aliases used in a file or
12+
selection and updates the source text with the resolved command names
13+
- Reduced default Script Analyzer rules to a minimal list
14+
- Fixed a wide array of completion text replacement bugs
15+
- Improved extension upgrade experience
16+
317
## 0.2.0
418
### Monday, November 23, 2015
519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PowerShell",
33
"displayName": "PowerShell",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": { "vscode": "0.10.x" },

0 commit comments

Comments
 (0)