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 7a2afdd commit 1bbbed5Copy full SHA for 1bbbed5
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# vm-browserify Change Log
2
+All notable changes to this project will be documented in this file.
3
+This project adheres to [Semantic Versioning](http://semver.org/).
4
+
5
+## 1.0.0 - 2018-03-23
6
7
+(This is not a breaking change.)
8
9
+* Make the `sandbox` argument to `runInNewContext` optional, like in Node. (https://github.com/browserify/vm-browserify/pull/13)
10
+* Substituting `component-indexof` for deprecated `indexof`. (https://github.com/browserify/vm-browserify/pull/14)
package.json
@@ -1,6 +1,6 @@
{
"name": "vm-browserify",
- "version": "0.0.4",
+ "version": "1.0.0",
"description": "vm module for the browser",
"main": "index.js",
"repository": {
0 commit comments