File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PowerShell Editor Services Release History
2
2
3
+ ## 0.7.0
4
+ ### Thursday, August 18, 2016
5
+
6
+ #### Introducing support for Linux and macOS!
7
+
8
+ This release marks the beginning of our support for Linux and macOS via
9
+ the new [ cross-platform release of PowerShell] ( https://github.com/PowerShell/PowerShell ) .
10
+
11
+ NuGet packages will be provided in the upcoming 0.7.1 release.
12
+
13
+ #### Other improvements
14
+
15
+ - Introduced a new TCP channel to provide a commonly-available communication channel
16
+ across multiple editors and platforms
17
+ - PowerShell Script Analyzer integration has been shifted from direct use via DLL to
18
+ consuming the PowerShell module and cmdlets
19
+ - Updated code to account for platform differences across Windows and Linux/macOS
20
+ - Improved stability of the language service when being used in Sublime Text
21
+
3
22
## 0.6.2
4
23
### Tuesday, August 9, 2016
5
24
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ configuration: Release
4
4
clone_depth : 10
5
5
6
6
environment :
7
- core_version : ' 0.6.2 '
7
+ core_version : ' 0.7.0 '
8
8
prerelease_name : ' -beta'
9
9
10
10
branches :
You can’t perform that action at this time.
0 commit comments