|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## 1.4.0 |
| 4 | +### Wednesday, June 21, 2017 |
| 5 | + |
| 6 | +- [#517](https://github.com/PowerShell/PowerShellEditorServices/pull/517) - |
| 7 | + Added new `$psEditor.Workspace.NewFile()` API for creating a new untitled file |
| 8 | + in the host editor. Thanks [Doug Finke](https://github.com/dfinke)! |
| 9 | + |
| 10 | +- [#520](https://github.com/PowerShell/PowerShellEditorServices/pull/520) - |
| 11 | + Added a new PowerShellEditorServices.VSCode module to contain functionality |
| 12 | + that will only appear in Visual Studio Code. |
| 13 | + |
| 14 | +- [#523](https://github.com/PowerShell/PowerShellEditorServices/pull/523) - |
| 15 | + Added APIs and cmdlets for creating custom HTML content views in VS Code. |
| 16 | + See the *-VSCodeHtmlContentView cmdlets for more information. |
| 17 | + |
| 18 | +- [#516](https://github.com/PowerShell/PowerShellEditorServices/pull/516) - |
| 19 | + Code formatting using PSScriptAnalyzer has now been moved server-side to use |
| 20 | + the standard textDocument/formatting and textDocument/rangeFormatting message |
| 21 | + types |
| 22 | + |
| 23 | +- [#521](https://github.com/PowerShell/PowerShellEditorServices/pull/521) - |
| 24 | + Code formatting now accepts 3 code formatting presets, "Stroustrup", "Allman", |
| 25 | + and "OTBS" which correspond to the most common PowerShell formatting styles. |
| 26 | + |
| 27 | +- [#518](https://github.com/PowerShell/PowerShellEditorServices/pull/518) - |
| 28 | + Added `-DebugServiceOnly` parameter to `Start-EditorServicesHost` which enables |
| 29 | + launching an Editor Services session purely for debugging PowerShell code. |
| 30 | + |
| 31 | +- [#519](https://github.com/PowerShell/PowerShellEditorServices/pull/519) - |
| 32 | + Added a Diagnostic logging level for the most verbose logging output which |
| 33 | + isn't always necessary for investigating issues. The logging of JSON message |
| 34 | + bodies has been moved to this logging level. |
| 35 | + |
3 | 36 | ## 1.3.2
|
4 | 37 | ### Monday, June 12, 2017
|
5 | 38 |
|
|
0 commit comments