|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## v1.8.3 |
| 4 | +### Wednesday, August 15, 2018 |
| 5 | + |
| 6 | +#### Fixes and Improvements |
| 7 | + |
| 8 | +- [PowerShell/PowerShellEditorServices #722](https://github.com/PowerShell/PowerShellEditorServices/pull/722) - |
| 9 | + Add VSTS signing step |
| 10 | +- [PowerShell/PowerShellEditorServices #717](https://github.com/PowerShell/PowerShellEditorServices/pull/717) - |
| 11 | + Increment version for prerelease |
| 12 | +- [PowerShell/PowerShellEditorServices #715](https://github.com/PowerShell/PowerShellEditorServices/pull/715) - |
| 13 | + Reduce allocations when parsing files (Thanks @mattpwhite!) |
| 14 | + |
3 | 15 | ## v1.8.2
|
4 | 16 | ### Thursday, July 26, 2018
|
5 | 17 |
|
|
8 | 20 | - [PowerShell/PowerShellEditorServices #712](https://github.com/PowerShell/PowerShellEditorServices/pull/712) -
|
9 | 21 | workaround to support inmemory:// (#712)
|
10 | 22 | - [PowerShell/PowerShellEditorServices #706](https://github.com/PowerShell/PowerShellEditorServices/pull/706) -
|
11 |
| - Go To Definition works with different Ast types (#706) |
| 23 | + Go To Definition works with different Ast types |
12 | 24 | - [PowerShell/PowerShellEditorServices #707](https://github.com/PowerShell/PowerShellEditorServices/pull/707) -
|
13 |
| - fix stdio passing (#707) |
| 25 | + fix stdio passing |
14 | 26 | - [PowerShell/PowerShellEditorServices #709](https://github.com/PowerShell/PowerShellEditorServices/pull/709) -
|
15 |
| - Stop Diagnostic logging from logging to stdio when the communication protocol is set to stdio (#709) |
| 27 | + Stop Diagnostic logging from logging to stdio when the communication protocol is set to stdio |
16 | 28 | - [PowerShell/PowerShellEditorServices #710](https://github.com/PowerShell/PowerShellEditorServices/pull/710) -
|
17 |
| - stdio should only launch language service not debug (#710) |
| 29 | + stdio should only launch language service not debug |
18 | 30 | - [PowerShell/PowerShellEditorServices #705](https://github.com/PowerShell/PowerShellEditorServices/pull/705) -
|
19 |
| - Fix load order of PSSA modules (#705) |
| 31 | + Fix load order of PSSA modules |
20 | 32 | - [PowerShell/PowerShellEditorServices #704](https://github.com/PowerShell/PowerShellEditorServices/pull/704) -
|
21 |
| - Do not enable PSAvoidTrailingWhitespace rule by default as it currenly flags whitespace-only lines as well (#704) (Thanks @bergmeister!) |
| 33 | + Do not enable PSAvoidTrailingWhitespace rule by default as it currenly flags whitespace-only lines as well (Thanks @bergmeister!) |
22 | 34 |
|
23 | 35 | ## v1.8.1
|
24 | 36 | ### Wednesday, July 11, 2018
|
|
0 commit comments