|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## v2.0.0-preview.3 |
| 4 | +### Wednesday, May 22, 2019 |
| 5 | + |
| 6 | +- ✨ [PowerShellEditorServices #951](https://github.com/PowerShell/PowerShellEditorServices/pull/951) - |
| 7 | + Allow passing RunspaceName |
| 8 | +- 🚨 [PowerShellEditorServices #944](https://github.com/PowerShell/PowerShellEditorServices/pull/944) - |
| 9 | + Add integration testing module with simple tests to verify PSES starts and stops |
| 10 | +- 🐛 [PowerShellEditorServices #954](https://github.com/PowerShell/PowerShellEditorServices/pull/955) - |
| 11 | + Ensure NamedPipeServerStream is assigned in Windows PowerShell |
| 12 | +- ✨ [PowerShellEditorServices #952](https://github.com/PowerShell/PowerShellEditorServices/pull/952) - |
| 13 | + Update to PSReadLine 2.0.0-beta4 |
| 14 | +- ✨ [PowerShellEditorServices #877](https://github.com/PowerShell/PowerShellEditorServices/pull/877) - |
| 15 | + Add filtering for CodeLens and References (Thanks @glennsarti!) |
| 16 | +- 🐛 [vscode-powershell #1933](https://github.com/PowerShell/PowerShellEditorServices/pull/949) - |
| 17 | + Stop crash when workspace doesn't exist |
| 18 | +- 👷 [PowerShellEditorServices #878](https://github.com/PowerShell/PowerShellEditorServices/pull/878) - |
| 19 | + Remove native named pipes implementation |
| 20 | +- 🐛 [PowerShellEditorServices #947](https://github.com/PowerShell/PowerShellEditorServices/pull/947) - |
| 21 | + Fix silent failure in VSCode WebViews by using Id for dictionary since multiple pages could have the same title |
| 22 | +- 🐛 [PowerShellEditorServices #946](https://github.com/PowerShell/PowerShellEditorServices/pull/946) - |
| 23 | + Rename to use async |
| 24 | +- 👷 [PowerShellEditorServices #943](https://github.com/PowerShell/PowerShellEditorServices/pull/943) - |
| 25 | + Improvements to the log parsing module (Thanks @rkeithhill!) |
| 26 | +- 💻 [PowerShellEditorServices #921](https://github.com/PowerShell/PowerShellEditorServices/pull/921) - |
| 27 | + Set up CI with Azure Pipelines |
| 28 | +- 🐛 [PowerShellEditorServices #908](https://github.com/PowerShell/PowerShellEditorServices/pull/908) - |
| 29 | + Fix issue with reference code lens not working with UNC paths (Thanks @rkeithhill!) |
| 30 | +- 🐛 [vscode-powershell #1571](https://github.com/PowerShell/PowerShellEditorServices/pull/911) - |
| 31 | + Fix faulty netfx check |
| 32 | +- 🐛 [PowerShellEditorServices #906](https://github.com/PowerShell/PowerShellEditorServices/pull/906) - |
| 33 | + Fix New-EditorFile with no folder or no files open |
| 34 | +- ✨ [vscode-powershell #1398](https://github.com/PowerShell/PowerShellEditorServices/pull/902) - |
| 35 | + Improve path auto-completion (Thanks @rkeithhill!) |
| 36 | +- 🐛 [PowerShellEditorServices #910](https://github.com/PowerShell/PowerShellEditorServices/pull/910) - |
| 37 | + Fix UseCorrectCasing to be actually configurable via `powershell.codeFormatting.useCorrectCasing` (Thanks @bergmeister!) |
| 38 | +- 👷 [PowerShellEditorServices #909](https://github.com/PowerShell/PowerShellEditorServices/pull/909) - |
| 39 | + Use global.json to pin .Net Core SDK version and update it from 2.1.402 to 2.1.602 (Thanks @bergmeister!) |
| 40 | +- 👷 [PowerShellEditorServices #903](https://github.com/PowerShell/PowerShellEditorServices/pull/903) - |
| 41 | + Move temp folder into repo to avoid state that causes build errors from time to time when rebuilding locally (and packages have updated) (Thanks @bergmeister!) |
| 42 | +- 💻 [PowerShellEditorServices #904](https://github.com/PowerShell/PowerShellEditorServices/pull/904) - |
| 43 | + Add initial credscan configuation ymls for CI |
| 44 | +- 🐛 [PowerShellEditorServices #901](https://github.com/PowerShell/PowerShellEditorServices/pull/901) - |
| 45 | + Switch to current lowercase names for powershell and mdlint exts (Thanks @rkeithhill!) |
| 46 | + |
3 | 47 | ## v2.0.0-preview.3
|
4 | 48 | ### Wednesday, April 10, 2019
|
5 | 49 |
|
|
0 commit comments