0.3.6 (2024-08-23)
0.3.5 (2024-08-17)
- 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
0.3.4 (2024-02-23)
- improve error handling/reporting and prevent premature exit in dev mode (#434) (98ab523), closes #260
0.3.3 (2024-01-17)
- allow
--genc
and--list
arguments to be used in the samesde generate
command (#425) (9f97332), closes #424
0.3.2 (2023-09-28)
0.3.1 (2023-05-03)
0.3.0 (2022-12-10)
- The
startTime
andendTime
properties have been removed from theModelSpec
interface in the@sdeverywhere/build
package, so it is no longer necessary for you to provide them in yoursde.config.js
file.
- remove
startTime
andendTime
fromModelSpec
interface and handle SAVEPER != 1 (921014a)