Skip to content

Commit a49f920

Browse files
Version Packages
1 parent 31a28c8 commit a49f920

File tree

5 files changed

+16
-20
lines changed

5 files changed

+16
-20
lines changed

.changeset/eager-banks-clean.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gentle-peas-hear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-hats-show.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @valtown/deno-http-worker
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 7fef5bf: Remove configurable spawn function option
8+
9+
Previously, we supported a `spawnFunc` option which let you use spawn methods
10+
other than child_process.spawn. Given the lack of useful alternatives to child_process.spawn
11+
and our efforts to really optimize this module, we're removing this option.
12+
13+
### Patch Changes
14+
15+
- c834beb: Improve error testing
16+
- 3bca30f: Internal refactor: use once() and move sync code out of promise callback
17+
318
## 1.1.4
419

520
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valtown/deno-http-worker",
3-
"version": "1.1.4",
3+
"version": "2.0.0",
44
"description": "Securely spawn Deno workers from Node.js",
55
"main": "dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)