solar-spa/CHANGELOG.md

817 B

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]

[2.0.1] - 2026-05-28

Fixed

  • Reverted "type": "module" addition that broke WASM module loading. Emscripten's createSpaModule factory uses CJS output conventions; adding "type": "module" made Node.js parse wasm/spa-module.js as ESM, causing createSpaModule is not a function. The package already ships proper .mjs and .cjs dist files via the exports map, so the package-level type field is not needed. A full ESM-native WASM build is planned for a future major version.

[2.0.0] - 2026-05-28

Added

  • Initial release