Skip to content

Latest commit

 

History

History
85 lines (57 loc) · 1.91 KB

File metadata and controls

85 lines (57 loc) · 1.91 KB

Unreleased

0.3.0 (2026-03-23)

Feat

  • generate: add declarations.flat option to write files directly in outDir (#130)
  • add --declarations-typescript flag for single .did.ts output (#121)

0.2.3 (2026-03-16)

Fix

  • prevent WASM double-initialization with concurrent plugin instances (#125)
  • resolve 3 audit vulnerabilities via pnpm overrides (#122)

0.2.2 (2026-02-18)

Fix

  • prevent change listener leak in Vite plugin (#110)
  • prevent WASM out-of-bounds trap in concurrent generate calls (#111)
  • resolve 9 audit vulnerabilities via pnpm overrides (#112)

0.2.1 (2025-12-16)

Fix

  • escape */ to prevent premature doc comment termination (#102)

0.2.0 (2025-10-20)

Feat

  • JS declarations root exports with flag (disabled by default) (#89)

Refactor

  • accept object as input for wasm generate (#87)

0.1.2 (2025-10-09)

Fix

  • parse and ignore the named return arguments (#84)

0.1.1 (2025-10-09)

0.1.0 (2025-10-08)

Feat

  • remove processError and redundant private actor class property (#70)
  • remove additional features (#67)
  • overwrite output only with force (#38)
  • output package version in generated bindings (#33)
  • merge the service wrapper file and the index file (#20)
  • output option (#16)
  • interfaceDeclaration flag (#11)
  • port bindgen code from candid_parser (#1)
  • use constants from vite build
  • additional features
  • log during watch
  • cli command
  • vite plugin
  • initial lib files

Fix

  • remove unneeded unions on typed arrays (#74)
  • add space at the end of the doc comment (#63)
  • doc comment above the variant field (#61)
  • improve logs (#55)
  • use interface in type declarations (#51)
  • ignore inline comments or separated by newlines (#46)
  • print error message in cli (#36)
  • use constants directly in files
  • pass additional features from plugin

Refactor

  • explain code porting
  • codestyle
  • format with biome
  • out dir param