Skip to content

Latest commit

 

History

History
103 lines (66 loc) · 5.09 KB

File metadata and controls

103 lines (66 loc) · 5.09 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.4.1 - 2026-06-18

Features

  • move oxc_resolver to host side (#49)

0.4.0 - 2026-06-16

Bug Fixes

  • allow unknown imports during wizening (#48)
  • (deps) update rust dependencies (#43)
  • transfer owned WIT u8/s8 raw lists directly into TypedArray (#46)
  • preserve this binding when slicing (#40)
  • harden publish workflow

Features

  • [breaking] align top-level WIT result bindings with js throw semantics (#47)
  • add build time module resolver (#45)
  • [breaking] align bindings with jco (#41)

Miscellaneous

  • (deps) update github ci dependencies (#44)
  • (deps) update npm dependencies (#42)

0.3.0 - 2026-06-09

Bug Fixes

  • (deps) update rust dependencies to v45 (#35)
  • (deps) update rust dependencies (#34)
  • address regression in 1.96 toolchain (#36)
  • (ci) do not persist credentials (#30)

Features

  • cache runtime builds (#38)
  • publish runtime built without async component model (#37)

Miscellaneous

  • (deps) update npm dependencies (#33)
  • (deps) update github ci dependencies (#32)

0.2.2 - 2026-05-27

Bug Fixes

  • add cargo binstall metadata (#29)
  • accept typed arrays in writable.write() (#28)
  • (deps) update rust dependencies (#27)
  • (deps) update rust dependencies (#25)

Miscellaneous

  • (deps) update github ci dependencies (#24)
  • (deps) update dependency vitest to v4.1.6 (#23)

0.2.1 - 2026-05-12

Features

  • allow runtime builds without async support (#19)

Miscellaneous

  • (ci) enable trusted publishing (#22)
  • bump binaryen and wasi-sdk (#20)

0.2.0 - 2026-05-05

Bug Fixes

  • (ci) fix release workflow permissions (#17)
  • (deps) update rust dependencies (#9)
  • (deps) update rust dependencies to v44 (#14)
  • (ci) pin actions (#6)
  • (ci) wire release asset publishing through release-plz (#4)

Features

  • add runtime optimized for size (#15)
  • switch from JS script to ES modules (#8)

Miscellaneous

  • (ci) add npm publish job (#16)
  • (deps) update dependency @napi-rs/cli to v3.6.2 (#10)
  • (deps) update dependency node to v24 (#12)
  • (deps) update github ci dependencies (#11)
  • (deps) update dependency vitest to v4 (#13)
  • (ci) add renovate bot config (#7)