build: v0.3.0
0.3.0 (2022-12-10)
⚠ BREAKING CHANGES
- 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.
Bug Fixes
- remove
startTime
andendTime
fromModelSpec
interface and handle SAVEPER != 1 (921014a)