Skip to content

Latest commit

 

History

History
99 lines (50 loc) · 6.29 KB

CHANGELOG.md

File metadata and controls

99 lines (50 loc) · 6.29 KB

Changelog

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
    • peerDependencies
      • @sdeverywhere/build bumped from ^0.3.0 to ^0.3.5

0.2.3 (2024-02-23)

Bug Fixes

  • improve error handling/reporting and prevent premature exit in dev mode (#434) (98ab523), closes #260

0.2.2 (2023-10-02)

Features

  • allow for customizing emcc arguments in plugin-wasm (#372) (e71992b), closes #371

0.2.1 (2023-09-28)

Features

  • add support for capturing data for any variable at runtime (#355) (5d12836), closes #105

0.2.0 (2022-12-10)

⚠ BREAKING CHANGES

  • The startTime and endTime properties have been removed from the ModelSpec interface in the @sdeverywhere/build package, so it is no longer necessary for you to provide them in your sde.config.js file.

Bug Fixes

  • remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 (921014a)

Dependencies

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

0.1.3 (2022-09-28)

Bug Fixes

  • make build package a peer dependency for plugins (#241) (05ea85f), closes #237

0.1.2 (2022-09-21)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/build bumped from ^0.1.1 to ^0.2.0

0.1.1 (2022-08-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/build bumped from ^0.1.0 to ^0.1.1

0.1.0 (2022-06-28)

Features

  • add build and plugin-{check,vite,wasm,worker} packages (#206) (dd34cbf), closes #203