Skip to content

Commit f88aa98

Browse files
Prepare version 0.3.0 (#137)
* Update changelog * Bump the version to 0.3.0 * Bump lock files * Fix changelog * Update CHANGELOG.md Co-authored-by: Jake Champion <[email protected]> Co-authored-by: Jake Champion <[email protected]>
1 parent f49a03c commit f88aa98

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
## unreleased
1+
2+
## 0.3.0
23

34
### Enhancements
45

6+
- Implement the CompressionStream builtin
7+
[#84](https://github.com/fastly/js-compute-runtime/pull/84)
58
- Removed the requirement for a fastly.toml file to be present when using js-compute-runtimes CLI to compile a WASM file
6-
79
- **Breaking change:** Removed --skip-pkg argument from js-compute-runtime's CLI
810
[#108](https://github.com/fastly/js-compute-runtime/pull/108)
11+
- **Breaking change:** Removed `console.trace` method
12+
13+
### Fixes
14+
15+
- Fix the response error message text
16+
- Throw an error if constructors are called as plain functions
17+
- Fix the behavior of `console.debug`
18+
- Allow builtin classes to be extended
919

1020
## 0.2.5 (2022-04-12)
1121

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.2.5"
3+
version = "0.3.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.2.5",
3+
"version": "0.3.0",
44
"js-compute-runtime-version": "0.2.4",
55
"license": "SEE LICENSE IN LICENSE",
66
"main": "js-compute-runtime-cli.js",

0 commit comments

Comments
 (0)