Skip to content

Tags: extism/js-pdk

Tags

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: make fetch example tests actually run and properly await async o…

…perations (#153)

The asyncFetchTest was being called without await, returning a Promise that couldn't be destructured. Additionally, the Response.text() and Response.json() tests were using .then() callbacks that never executed during synchronous function evaluation. Made greet() async and use await throughout to ensure all Promise-based operations properly resolve before validation.

Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve conversion of Errors in console functions (#133)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update version to 1.5.0 (#132)

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update version to 1.4.0

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update version

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #117 from extism/update-version-1.3.2

update version to 1.3.2

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #113 from extism/fix-error-swallowing-bug

Fix error swallowing bug

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
bhelx Benjamin Eckel
bump windows install tag

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #100 from extism/update-artifact-actions

Bump deprecated artifact actions

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump update version to 1.1.1 (#96)