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 9d004d8 commit a4f1cb5Copy full SHA for a4f1cb5
1 file changed
docs/CHANGELOG.md
@@ -1,8 +1,26 @@
1
-## WebSocket 0.1
2
-
3
> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket)
4
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
5
+## WebSocket 0.1.1
+
6
+* WebSocket GitHub Action
7
+ * Run any `*.WebSocket.ps1` files in a repository (#24)
8
+* WebSocket container updates
9
+ * Container now runs mounted `*.WebSocket.ps1` files (#26)
10
+* Get-WebSocket improvements:
11
+ * New Parameters:
12
+ * -Maximum (#22)
13
+ * -TimeOut (#23)
14
+ * -WatchFor (#29)
15
+ * -RawText (#30)
16
+ * -Binary (#31)
17
+* WebSocket Testing (#25)
18
+* Adding FUNDING.yml (#14)
19
20
+---
21
22
+## WebSocket 0.1
23
24
* Initial Release of WebSocket module
25
* Get-WebSocket gets content from a WebSocket
26
* Docker container for WebSocket
0 commit comments