Skip to content

Latest commit

 

History

History
111 lines (63 loc) · 4.75 KB

File metadata and controls

111 lines (63 loc) · 4.75 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2023-01-01 are listed here. Please consult the Git history for older version information. 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.

2.0.13 (2025-12-03)

♻️ Refactoring

  • update for-loops (use const where possible) (5ceaf1a)

2.0.1 (2025-09-02)

🩹 Bug fixes

  • update function pointer types (3e5ea93)
    • update/fix callconv(.c)

2.0.0 (2025-09-01)

🛑 Breaking changes

  • internal restructure of generated types (23b5676)
  • BREAKING CHANGE: internal restructure due to breaking Zig 0.15.1 changes
    • usenamespace deprecated in Zig 0.15.1, so earlier struct/namespace merging not possible anymore
    • instead, sub-namespaces exposed via: events, fullscreen, types

1.0.18 (2025-01-14)

♻️ Refactoring

  • use optional chaining & nullish coalescing (c5a0a13)

1.0.9 (2024-11-10)

♻️ Refactoring

  • regenerate typescript bindings (07e939a)
  • regenerate TS bindings (c540cb4)

1.0.8 (2024-11-09)

♻️ Refactoring

  • regenerate typescript sources (9055e0e)

1.0.0 (2024-08-18)

🛑 Breaking changes

  • update WasmDom, add WasmDomModule spec (51bedd2)
  • BREAKING CHANGE: update WasmDom, add WasmDomModule spec

⏱ Performance improvements

  • update typedefs, optimize/minimize generated TS code (08c6e01)

♻️ Refactoring

0.11.89 (2024-04-22)

♻️ Refactoring

  • minor zig v0.12.0 updates (ee4f117)
  • minor zig v0.12.0 updates (aaaa4e8)

0.11.88 (2024-04-20)

♻️ Refactoring

0.11.49 (2023-11-09)

♻️ Refactoring

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

🧪 Tests

  • update/refactor tests to use bun test runner (8f6edb1)
  • update/rename test files/imports (still many broken) (1cb3c49)

0.11.25 (2023-06-29)

♻️ Refactoring

  • Zig v0.11-dev syntax updates (325bf98)

0.11.20 (2023-03-27)

♻️ Refactoring

0.11.12 (2023-02-05)

♻️ Refactoring