0.2.5 (2024-08-27)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/runtime bumped from ^0.2.4 to ^0.2.5
- dependencies
0.2.4 (2024-08-21)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/runtime bumped from ^0.2.3 to ^0.2.4
- dependencies
0.2.3 (2024-08-17)
- 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
- allow runModel to proceed without error when inputs array is empty (#499) (3996237), closes #498
- refactor runtime and runtime-async packages to allocate/grow buffers on demand (#484) (5e1c686), closes #471
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/runtime bumped from ^0.2.2 to ^0.2.3
- dependencies
0.2.2 (2023-09-28)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/runtime bumped from ^0.2.1 to ^0.2.2
- dependencies
0.2.1 (2023-09-28)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/runtime bumped from ^0.2.0 to ^0.2.1
- dependencies
0.2.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)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/runtime bumped from ^0.1.0 to ^0.2.0
- dependencies