Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions packages/preview2-shim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [0.19.0] - 2026-06-19

### 🚀 Features

- _(p2-shim)_ migrate to typescript by @eduardomourar

### 🐛 Bug Fixes

- _(p2-shim)_ export io interface namespaces as runtime values by @SAY-5

### 🚜 Refactor

- _(p2-shim)_ restore type exports in io.d.ts by @vados-cosmonic in #1600

### 🧪 Testing

- _(p2-shim)_ add test to ensure exposed iface namespace at runtime by @vados-cosmonic

### ⚙️ Miscellaneous Tasks

- _(p2-shim)_ lint by @vados-cosmonic

- _(p2-shim)_ update vitest config by @vados-cosmonic

## New Contributors

- @SAY-5 made their first contribution

## [0.18.1] - 2026-06-01

### 🐛 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/preview2-shim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytecodealliance/preview2-shim",
"version": "0.18.1",
"version": "0.19.0",
"description": "WASI Preview2 shim for JS environments",
"homepage": "https://github.com/bytecodealliance/jco#readme",
"bugs": {
Expand Down
Loading