Skip to content

Commit 7372d4e

Browse files
authored
chore: add changelog file (#259)
1 parent 84b2d5f commit 7372d4e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-08-06)
4+
5+
While this is the first tagged release in this repository, StarlingMonkey build artifacts have been distributed as part of [ComponentizJS](https://github.com/bytecodealliance/ComponentizeJS) releases for some time.
6+
7+
This release is based on [SpiderMonkey](https://spidermonkey.dev/) version 127 and in addition to SpiderMonkey's JavaScript support includes a wide range of web builtins, including:
8+
9+
* **Console**: `console`
10+
* **Crypto**: (A subset of) `SubtleCrypto`, `Crypto`, `crypto`, `CryptoKey`
11+
* **Encoding**: `TextEncoder`, `TextDecoder`, `CompressionStream`, `DecompressionStream`
12+
* **Fetch**: `fetch`, `Request`, `Response`, `Headers`
13+
* **Forms, Files, and Blobs**: `FormData`, `MultipartFormData`, `File`, `Blob`
14+
* **Legacy Encoding**: `atob`, `btoa`, `decodeURI`, `encodeURI`, `decodeURIComponent`, `encodeURIComponent`
15+
* **Location**: `WorkerLocation`, `location`
16+
* **Performance**: `Performance`
17+
* **Streams**: `ReadableStream`, `ReadableStreamBYOBReader`, `ReadableStreamBYOBRequest`, `ReadableStreamDefaultReader`, `ReadableStreamDefaultController`, `ReadableByteStreamController`, `WritableStream`, `ByteLengthQueuingStrategy`, `CountQueuingStrategy`, `TransformStream`
18+
* **Structured Clone**: `structuredClone`
19+
* **Task**: `queueMicrotask`, `setInterval` `setTimeout` `clearInterval` `clearTimeout`
20+
* **URL**: `URL`, `URLSearchParams`
21+

0 commit comments

Comments
 (0)