JavaScript SDK 0.3.0
Added
- Implement the CompressionStream builtin #84
Changed
- Removed the requirement for a fastly.toml file to be present when using js-compute-runtimes CLI to compile a WASM file
- Breaking change: Removed --skip-pkg argument from js-compute-runtime's CLI #108
- Breaking change: Removed
console.trace
method
Fixed
- Fix the response error message text
- Throw an error if constructors are called as plain functions
- Fix the behavior of
console.debug
- Allow builtin classes to be extended
Prior change: JavaScript SDK 0.2.5
Following change: JavaScript SDK 0.4.0