Skip to content

Commit 513f6da

Browse files
Jake ChampionJakeChampion
Jake Champion
authored andcommitted
Prepare version 0.4.0
1 parent 6f3e4f8 commit 513f6da

File tree

7 files changed

+17
-7
lines changed

7 files changed

+17
-7
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ integration-tests/**/fixtures/**/js-compute-runtime.o
1414
integration-tests/**/fixtures/**/rusturl
1515

1616
# Ignore Reference Docs
17-
# TODO
17+
sdk/js-compute/reference-docs/
1818

1919
# ---
2020

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.4.0
2+
3+
### Enhancements
4+
5+
- Implement the DecompressionStream builtin [`#160`](https://github.com/fastly/js-compute-runtime/pull/160)
6+
- Improve performace of Regular Expression literals via precompilation [`#146`](https://github.com/fastly/js-compute-runtime/pull/146)
7+
8+
### Fixes
9+
10+
- Calling `tee` on the client request no longer causes the application to hang [`#156`](https://github.com/fastly/js-compute-runtime/pull/156)
111

212
## 0.3.0
313

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "js-compute-runtime"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Fastly <[email protected]>"]
55
edition = "2018"
66

integration-tests/js-compute/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/js-compute/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/js-compute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastly/js-compute",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"js-compute-runtime-version": "0.3.0",
55
"license": "SEE LICENSE IN LICENSE",
66
"main": "js-compute-runtime-cli.js",

0 commit comments

Comments
 (0)