Skip to content

Commit f6ec37d

Browse files
committed
Release webapi v0.4.4
1 parent 6b9e413 commit f6ec37d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## [v0.4.4] - 2026-03-14
6+
7+
### Changed
8+
9+
- Moved examples from `src/examples/` to `examples/` at project root, removing the symlink.
10+
11+
### Fixed
12+
13+
- Fixed wasm-gc `externref` mismatch for `CSSOMString` returns (#18). The code generator now uses `jsvalue_to_string()` for string alias types instead of `unsafe_cast()`, which produced invalid wasm when converting nullable `externref` to non-nullable `(ref extern)`.
14+
515
## [v0.4.3] - 2026-03-14
616

717
### Added

moon.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bikallem/webapi",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"readme": "src/README.mbt.md",
55
"repository": "https://github.com/bikallem/webapi.git",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)