0.3.13 (2024-12-13)
- The following workspace dependencies were updated
- peerDependencies
- @sdeverywhere/build bumped from ^0.3.6 to ^0.3.7
- peerDependencies
0.3.12 (2024-12-02)
- set input to correct value for at-max setting (#572) (109d385), closes #570
- update default plugin-check configuration to include comparison yaml files (#574) (24f5e56), closes #571
0.3.11 (2024-10-16)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/check-ui-shell bumped from ^0.2.6 to ^0.2.7
- dependencies
0.3.10 (2024-10-16)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/check-core bumped from ^0.1.2 to ^0.1.3
- @sdeverywhere/check-ui-shell bumped from ^0.2.5 to ^0.2.6
- dependencies
0.3.9 (2024-08-27)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/runtime bumped from ^0.2.4 to ^0.2.5
- @sdeverywhere/runtime-async bumped from ^0.2.4 to ^0.2.5
- dependencies
0.3.8 (2024-08-23)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/check-ui-shell bumped from ^0.2.4 to ^0.2.5
- peerDependencies
- @sdeverywhere/build bumped from ^0.3.5 to ^0.3.6
- dependencies
0.3.7 (2024-08-21)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/runtime bumped from ^0.2.3 to ^0.2.4
- @sdeverywhere/runtime-async bumped from ^0.2.3 to ^0.2.4
- dependencies
0.3.6 (2024-08-17)
- add compiler and runtime support for generating pure JS models (#486) (42d4dc6), closes #437
- change ModelSpec to allow for simple array of input/output var names (#495) (3130901), closes #494
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/runtime bumped from ^0.2.2 to ^0.2.3
- @sdeverywhere/runtime-async bumped from ^0.2.2 to ^0.2.3
- peerDependencies
- @sdeverywhere/build bumped from ^0.3.0 to ^0.3.5
- dependencies
0.3.5 (2024-03-26)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/check-core bumped from ^0.1.1 to ^0.1.2
- @sdeverywhere/check-ui-shell bumped from ^0.2.3 to ^0.2.4
- dependencies
0.3.4 (2023-09-28)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/runtime bumped from ^0.2.1 to ^0.2.2
- @sdeverywhere/runtime-async bumped from ^0.2.1 to ^0.2.2
- dependencies
0.3.3 (2023-09-28)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/runtime bumped from ^0.2.0 to ^0.2.1
- @sdeverywhere/runtime-async bumped from ^0.2.0 to ^0.2.1
- dependencies
0.3.2 (2023-09-05)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/check-ui-shell bumped from ^0.2.2 to ^0.2.3
- dependencies
0.3.1 (2023-06-18)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/check-core bumped from ^0.1.0 to ^0.1.1
- @sdeverywhere/check-ui-shell bumped from ^0.2.1 to ^0.2.2
- dependencies
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)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/runtime bumped from ^0.1.0 to ^0.2.0
- @sdeverywhere/runtime-async bumped from ^0.1.0 to ^0.2.0
- peerDependencies
- @sdeverywhere/build bumped from ^0.2.0 to ^0.3.0
- dependencies
0.2.2 (2022-10-28)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/check-ui-shell bumped from ^0.2.0 to ^0.2.1
- dependencies
0.2.1 (2022-09-30)
0.2.0 (2022-09-28)
- allow for selecting different model-check baseline bundle in local dev mode (#246) (6425eb8), closes #244
- make build package a peer dependency for plugins (#241) (05ea85f), closes #237
- upgrade to vite 3.1.3 (#242) (e6ff922), closes #238
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/check-ui-shell bumped from ^0.1.1 to ^0.2.0
- dependencies
0.1.5 (2022-09-21)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/build bumped from ^0.1.1 to ^0.2.0
- dependencies
0.1.4 (2022-08-09)
0.1.3 (2022-08-06)
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/build bumped from ^0.1.0 to ^0.1.1
- dependencies
0.1.2 (2022-07-12)
- add explicit "optimizeDeps.include" entries for check report Vite config (#220) (b79ddb1), closes #219
0.1.1 (2022-07-12)
- add rollup as dependency to avoid issues with transitive peerDependencies (#214) (4ca5052), closes #209
- configure cacheDir in Vite config for plugin-check report (#216) (7d54e16), closes #207
- generate default test config on first build in dev mode (#217) (c6ab511), closes #211
- remove rollup-plugin-node-polyfills dependency and use custom no-op polyfills (#212) (b3c3f20), closes #210
- The following workspace dependencies were updated
- dependencies
- @sdeverywhere/check-ui-shell bumped from ^0.1.0 to ^0.1.1
- dependencies