Skip to content

v0.1.0-preview.4

Pre-release
Pre-release

Choose a tag to compare

@azchohfi azchohfi released this 26 May 07:32
5c3839b

Prerelease v0.1.0-preview.4

Packages:

  • @microsoft/dynwinrt - JavaScript/TypeScript bindings for WinRT dynamic invocation
  • @microsoft/dynwinrt-codegen - Code generation tool for typed WinRT bindings

Installation

npm install @microsoft/dynwinrt
npm install -D @microsoft/dynwinrt-codegen

What's Included

  • ✅ Native addons for x64 and ARM64
  • ✅ TypeScript type definitions
  • ✅ dynwinrt-codegen CLI for code generation

For usage instructions, see the README.

Changes:

  • 5c3839b codegen: prefer Uint8Array / Buffer for byte[] parameters and returns (#32)
  • e48841e fix vtable mismatch when forwarding SingleThreadedVector as IVector (#31)
  • 43808eb fix release (#30)
  • 2df3e20 fix release pipeline (#29)
  • db48a84 fix type enum and bigint (#28)
  • 0bf71f7 update release readme (#26)
  • 86daa2e change the release config to support npm publish (#25)
  • 2ea810f update todo and claude.md (#24)
  • 3ee6755 Harden dynwinrt core: ownership safety, FFI panic prevention, and ABI correctness (#22)
  • 6983984 add jsdoc support (#21)
See More

This list of changes was auto generated.