|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## v1.11.0 |
| 4 | +### Wednesday, January 23, 2019 |
| 5 | + |
| 6 | +- [PowerShellEditorServices #851](https://github.com/PowerShell/PowerShellEditorServices/pull/851) - |
| 7 | + Fix #827 Pester TestName w/expandable str returns nothing (Thanks @rkeithhill!) |
| 8 | +- [PowerShellEditorServices #850](https://github.com/PowerShell/PowerShellEditorServices/pull/850) - |
| 9 | + Fix VSCODE 1683 - HelpCommentReqHdlr crash on GetFile (Thanks @rkeithhill!) |
| 10 | +- [PowerShellEditorServices #825](https://github.com/PowerShell/PowerShellEditorServices/pull/825) - |
| 11 | + (GH-824)(GH-812) Improve code folding speed (Thanks @glennsarti!) |
| 12 | +- [PowerShellEditorServices #829](https://github.com/PowerShell/PowerShellEditorServices/pull/829) - |
| 13 | + Update various NuGet packages (Thanks @bergmeister!) |
| 14 | +- [PowerShellEditorServices #846](https://github.com/PowerShell/PowerShellEditorServices/pull/846) - |
| 15 | + Workaround "attach to process" hang |
| 16 | +- [PowerShellEditorServices #848](https://github.com/PowerShell/PowerShellEditorServices/pull/848) - |
| 17 | + switch an instance of GetFile to TryGetFile to fix #1689 |
| 18 | +- [PowerShellEditorServices #828](https://github.com/PowerShell/PowerShellEditorServices/pull/828) - |
| 19 | + Compile against net452 because net451 is not supported any more (Thanks @bergmeister!) |
| 20 | +- [PowerShellEditorServices #844](https://github.com/PowerShell/PowerShellEditorServices/pull/844) - |
| 21 | + Fix an empty verbose message when importing an editor command (Thanks @alexandair!) |
| 22 | +- [PowerShellEditorServices #843](https://github.com/PowerShell/PowerShellEditorServices/pull/843) - |
| 23 | + Simplify the parameter descriptions and fix typos (Thanks @alexandair!) |
| 24 | +- [PowerShellEditorServices #839](https://github.com/PowerShell/PowerShellEditorServices/pull/839) - |
| 25 | + Fix FileNotFoundEx crash when Fold happens on untitled: scheme doc (Thanks @rkeithhill!) |
| 26 | +- [PowerShellEditorServices #838](https://github.com/PowerShell/PowerShellEditorServices/pull/838) - |
| 27 | + Fix NullRefEx bug when accessing scriptFile.ReferencedFiles (Thanks @rkeithhill!) |
| 28 | +- [PowerShellEditorServices #842](https://github.com/PowerShell/PowerShellEditorServices/pull/842) - |
| 29 | + Fix typos (Thanks @alexandair!) |
| 30 | +- [PowerShellEditorServices #837](https://github.com/PowerShell/PowerShellEditorServices/pull/837) - |
| 31 | + (maint) Add traits for folding tests (Thanks @glennsarti!) |
| 32 | + |
3 | 33 | ## v1.10.2
|
4 | 34 | ### Tuesday, December 18, 2018
|
5 | 35 |
|
|
0 commit comments