Skip to content

Latest commit

 

History

History
87 lines (39 loc) · 5.8 KB

CHANGELOG.md

File metadata and controls

87 lines (39 loc) · 5.8 KB

Changelog

0.3.6 (2024-08-23)

Bug Fixes

  • upgrade to vite 5.x + upgrade related packages (#519) (b89d013), closes #518

0.3.5 (2024-08-17)

Features

  • add bundleListing, customLookups, and customOutputs settings to control code generation (#504) (fcea642), closes #503
  • add optional outListingFile config property that copies model listing JSON file as post-generate step (#493) (af4abbe), closes #492
  • change ModelSpec to allow for simple array of input/output var names (#495) (3130901), closes #494

Bug Fixes

  • update build and plugin packages to support JS code generation (#487) (18b0873), closes #479

0.3.4 (2024-02-23)

Bug Fixes

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

0.3.3 (2024-01-17)

Bug Fixes

  • allow --genc and --list arguments to be used in the same sde generate command (#425) (9f97332), closes #424

0.3.2 (2023-09-28)

Features

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

0.3.1 (2023-05-03)

Bug Fixes

  • add inputId property to InputSpec interface (#321) (f461433), closes #320

0.3.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)

0.2.0 (2022-09-22)

Features

Bug Fixes

0.1.1 (2022-08-06)

Bug Fixes

  • correct handling of paths on Windows and those containing spaces (#223) (c783e81), closes #222

0.1.0 (2022-06-28)

Features

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