Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

50 lines (30 loc) · 1.87 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

0.3.47 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

0.3.20 (2023-03-27)

♻️ Refactoring

  • update generated imports (30b5aa4)

0.3.2 (2022-11-30)

♻️ Refactoring

  • rename types/imports (#368) (78d5795)
    • rename exports/imports interfaces => WasmScheduleExports/Imports
    • update/rename zig imports
    • update readme

0.3.0 (2022-11-24)

🚀 Features

  • add check if auto-initializer is present (f5ad93c)

0.2.0 (2022-11-23)

🚀 Features

  • update & rename pkg (formerly wasm-api-timer) (668f3dd)
    • rename types form TimerXXX => ScheduleXXX
    • add WASM auto-initializer hook
    • update readmes

♻️ Refactoring

  • rename/update types/arg order (4af3445)