We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032df41 commit 0804308Copy full SHA for 0804308
docs/CHANGELOG.md
@@ -1,6 +1,17 @@
1
> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket)
2
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
3
4
+## WebSocket 0.1.2
5
+
6
+* WebSocket now decorates (#34)
7
+ * Added a -PSTypeName(s) parameter to Get-WebSocket, so we can extend the output.
8
+* Reusing WebSockets (#35)
9
+ * If a WebSocketUri is already open, we will reuse it.
10
+* Explicitly exporting commands (#38)
11
+ * This should enable automatic import and enable Find-Command
12
13
+---
14
15
## WebSocket 0.1.1
16
17
* WebSocket GitHub Action
0 commit comments