Skip to content

plugin-wasm: v0.2.4

Compare
Choose a tag to compare
@climateinteractive-bot climateinteractive-bot released this 17 Aug 03:15
56996fc

0.2.4 (2024-08-17)

Features

  • add bundleListing, customLookups, and customOutputs settings to control code generation (#504) (fcea642), closes #503
  • add compiler and runtime support for generating pure JS models (#486) (42d4dc6), closes #437
  • allow for creating a LookupDef without manually initializing a ModelListing (#502) (5690055), closes #501
  • allow for overriding data variables and lookups at runtime (#490) (6c888e8), closes #472
  • change ModelSpec to allow for simple array of input/output var names (#495) (3130901), closes #494

Bug Fixes

  • change plugin-wasm to expose outputVarIds in the generated module (#482) (9c2f7d1), closes #481
  • update build and plugin packages to support JS code generation (#487) (18b0873), closes #479
  • update plugin-wasm to export _free function (#475) (1a77eed), closes #474

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @sdeverywhere/build bumped from * to 0.3.5
    • peerDependencies
      • @sdeverywhere/build bumped from ^0.3.0 to ^0.3.5