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 c178628 commit 5df0736Copy full SHA for 5df0736
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v0.7.0
4
+
5
+### Date: 7/27/2020
6
7
+### Changes:
8
9
+- Added the ability to get the stdout and stderr streams from the worker and choose whether to automatically log them to the console.
10
+- Added a global WebSocket polyfill since Deno doesn't implement the [WebSocket API](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket).
11
12
## v0.7.0-alpha.1
13
14
### Date: 7/27/2020
package.json
@@ -1,6 +1,6 @@
{
"name": "deno-vm",
- "version": "0.7.0-alpha.1",
+ "version": "0.7.0",
"description": "A VM module that provides a secure runtime environment via Deno.",
"main": "./dist/cjs/index.js",
"types": "./dist/typings/index.d.ts",
0 commit comments