|
1 | 1 | # PowerShell Extension Release History
|
2 | 2 |
|
| 3 | +## v2021.10.2 |
| 4 | +### Thursday, October 28, 2021 |
| 5 | + |
| 6 | +#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell) |
| 7 | + |
| 8 | +The PSScriptAnalyzer rule explanations now open the beautiful published documentation at |
| 9 | +[docs.microsoft.com](https://docs.microsoft.com/powershell/utility-modules/psscriptanalyzer/overview). |
| 10 | + |
| 11 | +- ✨ 🕵️ [vscode-powershell #3642](https://github.com/PowerShell/vscode-powershell/pull/3642) - Point PSScriptAnalyzer rules to published documentation. (Thanks @sdwheeler!) |
| 12 | +- ✨ 🚨 [vscode-powershell #3641](https://github.com/PowerShell/vscode-powershell/pull/3641) - Clean up unit tests' descriptions and logical separation. |
| 13 | +- ✨ 🚨 [vscode-powershell #3631](https://github.com/PowerShell/vscode-powershell/pull/3631) - Replace `() =>` arrow lambdas with `function ()` for Mocha. |
| 14 | +- #️⃣ 🙏 [vscode-powershell #3628](https://github.com/PowerShell/vscode-powershell/pull/3628) - Add missing `glob` dev dependency. |
| 15 | + |
| 16 | +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) |
| 17 | + |
| 18 | +No changes in this release, but the next preview will include PowerShell Editor Services |
| 19 | +v3.0.0, with the pipeline rewrite! |
| 20 | + |
3 | 21 | ## v2021.10.1
|
4 | 22 | ### Wednesday, October 20, 2021
|
5 | 23 |
|
@@ -196,7 +214,7 @@ for the full story!
|
196 | 214 |
|
197 | 215 | #### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
|
198 | 216 |
|
199 |
| -- 👷🐛 [PowerShellEditorServices #1509](https://github.com/PowerShell/PowerShellEditorServices/issues/1509) Fix signing of files in release. |
| 217 | +- 👷🐛 [PowerShellEditorServices #1509](https://github.com/PowerShell/PowerShellEditorServices/issues/1509) - Fix signing of files in release. |
200 | 218 |
|
201 | 219 | ## v2021.6.1
|
202 | 220 | ### Monday, June 21, 2021
|
|
0 commit comments