Skip to content

Commit a6c88db

Browse files
committed
Bump version to 0.5.0, update CHANGELOG.md
1 parent 85da2fb commit a6c88db

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Diff for: CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# PowerShell Editor Services Release History
22

3+
## 0.5.0
4+
### Thursday, March 10, 2016
5+
6+
### Support for PowerShell v3 and v4
7+
8+
- Support for PowerShell v3 and v4 is now complete! Note that for this release,
9+
Script Analyzer support has been disabled for PS v3 and v4 until we implement
10+
a better strategy for integrating it as a module dependency
11+
12+
### Debugging improvements
13+
14+
- Added support for command breakpoints
15+
- Added support for conditional breakpoints
16+
- Improved the debug adapter startup sequence to handle new VS Code debugging features
17+
18+
### Other improvements
19+
20+
- `using 'module'` now resolves relative paths correctly, removing a syntax error that
21+
previously appeared when relative paths were used
22+
- Calling `Read-Host -AsSecureString` or `Get-Credential` from the console now shows an
23+
appropriate "not supported" error message instead of crashing the language service.
24+
Support for these commands will be added in a later release.
25+
326
## 0.4.3
427
### Monday, February 29, 2016
528

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configuration: Release
44
clone_depth: 10
55

66
environment:
7-
core_version: '0.4.3'
7+
core_version: '0.5.0'
88
prerelease_name: '-beta'
99

1010
branches:

0 commit comments

Comments
 (0)