Releases: bytecodealliance/ComponentizeJS
0.19.2
Changelog
[0.19.2] - 2025-10-17
🚀 Features
- Update StarlingMonkey to v0.2.1 (#311) by @tschneidereit in #311
🐛 Bug Fixes
-
(ci) test runs on windows runner (#308) by @vados-cosmonic in #308
-
separate folder component path use (#299) by @vados-cosmonic in #299
-
remove shell setting for wizer call (#303) by @vados-cosmonic in #303
-
(ci) temporarily downgrade windows runners from latest to 2022 (#302) by @vados-cosmonic in #302
0.19.1
0.19.0
Changelog
[0.19.0] - 2025-09-08
🐛 Bug Fixes
-
(ops) add catch-all for non-conventional commits (#290) by @vados-cosmonic in #290
-
(tests) race condition with server random port (#288) by @vados-cosmonic in #288
Other Changes
- (other changes) Update starlingmonkey to 0.2.0 (#285) by @karthik2804 in #285
What's Changed
- Update starlingmonkey and bumps package version by @karthik2804 in #285
- fix(tests): race condition with server random port by @vados-cosmonic in #288
- fix(ops): add catch-all for non-conventional commits by @vados-cosmonic in #290
- release: componentize-js v0.19.0 by @jco-release-bot in #292
Full Changelog: 0.18.5...0.19.0
0.18.5
Changelog
[0.18.5] - 2025-08-28
🚀 Features
- (tests) replace mocha with vitest (#277) by @vados-cosmonic in #277
🐛 Bug Fixes
- (docs) Fix typo (#280) by @Mishra-Suraj in #280
🚜 Refactor
- (tests) split up test suites, update docs (#278) by @vados-cosmonic in #278
⚙️ Miscellaneous Tasks
- (deps) update wizer to ^10.0.0 (#283) by @vados-cosmonic in #283
New Contributors
- @Mishra-Suraj made their first contribution in #280
0.18.4
Changelog
[0.18.4] - 2025-07-23
Important Updates
This release contains an update to StarlingMonkey, the engine that powers componentize-js
.
Important new features and bugfixes from StarlingMonkey relevant to componentize-js
that are
pulled in by this update are listed below:
- Implement
EventTarget
andEvent
builtin (#220) - Add support for two-argument
has
anddelete
inURLSearchParams
(#236)
🚀 Features
- update weval to v0.3.4 (#267) by @vados-cosmonic in #267
🐛 Bug Fixes
-
logic for stubbing outgoing http and fetch-event (#268) by @vados-cosmonic in #268
-
reuse feature list for CLI, add 'fetch-event' (#269) by @vados-cosmonic in #269
-
remove log during realloc (#273) by @vados-cosmonic in #273
-
(tests) responseOutparam usage (#271) by @vados-cosmonic in #271
-
(ci) release changelog generation (#263) by @vados-cosmonic in #263
-
(ci) create rc releases as prerelease (#264) by @vados-cosmonic in #264
🚜 Refactor
-
'features' -> 'feature' in WIT & Rust component (#270) by @vados-cosmonic in #270
-
(tests) refactor expected globals test (#262) by @vados-cosmonic in #262
⚙️ Miscellaneous Tasks
-
update StarlingMonkey to commit 1f6f81f (#260) by @vados-cosmonic in #260
-
(docs) add comments to API type in README (#261) by @vados-cosmonic in #261
0.18.4-rc.1
Changelog
[0.18.4-rc.1] - 2025-07-23
🚀 Features
- update weval to v0.3.4 (#267) by @vados-cosmonic in #267
🐛 Bug Fixes
-
logic for stubbing outgoing http and fetch-event (#268) by @vados-cosmonic in #268
-
reuse feature list for CLI, add 'fetch-event' (#269) by @vados-cosmonic in #269
-
remove log during realloc (#273) by @vados-cosmonic in #273
-
(tests) responseOutparam usage (#271) by @vados-cosmonic in #271
🚜 Refactor
- 'features' -> 'feature' in WIT & Rust component (#270) by @vados-cosmonic in #270
0.18.4-rc.0
Changelog
[0.18.4-rc.0] - 2025-07-21
Important Updates
This release contains an update to StarlingMonkey, the engine that powers componentize-js
.
Important new features and bugfixes from StarlingMonkey relevant to componentize-js
that are
pulled in by this update are listed below:
- Implement
EventTarget
andEvent
builtin (#220) - Add support for two-argument
has
anddelete
inURLSearchParams
(#236)
🐛 Bug Fixes
-
(ci) release changelog generation (#263) by @vados-cosmonic in #263
-
(ci) create rc releases as prerelease (#264) by @vados-cosmonic in #264
🚜 Refactor
- (tests) refactor expected globals test (#262) by @vados-cosmonic in #262
⚙️ Miscellaneous Tasks
-
update StarlingMonkey to commit 1f6f81f (#260) by @vados-cosmonic in #260
-
(docs) add comments to API type in README (#261) by @vados-cosmonic in #261
0.18.3
Changelog
[0.18.3] - 2025-07-16
🚀 Features
- (ci) add release automation (#226) by @vados-cosmonic in #226
🐛 Bug Fixes
-
allow for use of both manual & fetchEvent based HTTP (#247) by @vados-cosmonic in #247
-
makefile dep for splicer component (#251) by @vados-cosmonic in #251
-
add repository.url to package.json (#243) by @vados-cosmonic in #243
-
(ci) npm release artifact (#241) by @vados-cosmonic in #241
-
(ci) NPM public access release (#239) by @vados-cosmonic in #239
-
(ci) remove packages prefix (#232) by @vados-cosmonic in #232
-
(ci) remove if for JS projects (#231) by @vados-cosmonic in #231
-
(ops) add CHANGELOG.md (#229) by @vados-cosmonic in #229
-
do not skip wasi:http export processing (#218) by @vados-cosmonic in #218
-
(ci) use a local test server for fetch test (#207) by @vados-cosmonic in #207
🚜 Refactor
-
splicer WIT and generated bindings (#252) by @vados-cosmonic in #252
-
componentize code (#203) by @vados-cosmonic in #203
-
(splicer) add explicit error for invalid WIT source (#219) by @vados-cosmonic in #219
⚙️ Miscellaneous Tasks
-
(ci) add clippy (#248) by @vados-cosmonic in #248
-
add CHANGELOG.md (#227) by @vados-cosmonic in #227
-
(deps) update upstream wasm deps to *.227.1 (#204) by @vados-cosmonic in #204
0.18.3-rc.6
Changelog
[unreleased]
🐛 Bug Fixes
-
allow for use of both manual & fetchEvent based HTTP (#247) by @vados-cosmonic in #247
-
makefile dep for splicer component (#251) by @vados-cosmonic in #251
🚜 Refactor
- splicer WIT and generated bindings (#252) by @vados-cosmonic in #252
⚙️ Miscellaneous Tasks
- (ci) add clippy (#248) by @vados-cosmonic in #248
0.18.3-rc.5
Changelog
[unreleased]
🐛 Bug Fixes
- add repository.url to package.json (#243) by @vados-cosmonic in #243