Skip to content

Latest commit

 

History

History
276 lines (151 loc) · 13.5 KB

CHANGELOG.md

File metadata and controls

276 lines (151 loc) · 13.5 KB

Changelog

0.3.13 (2024-12-13)

Bug Fixes

  • remove duplicate implementations of canonical[Var]Name functions (#580) (e215d7d), closes #578

Dependencies

  • The following workspace dependencies were updated
    • peerDependencies
      • @sdeverywhere/build bumped from ^0.3.6 to ^0.3.7

0.3.12 (2024-12-02)

Bug Fixes

  • 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)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/check-ui-shell bumped from ^0.2.6 to ^0.2.7

0.3.10 (2024-10-16)

Dependencies

  • 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

0.3.9 (2024-08-27)

Dependencies

  • 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

0.3.8 (2024-08-23)

Bug Fixes

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

Dependencies

  • 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

0.3.7 (2024-08-21)

Dependencies

  • 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

0.3.6 (2024-08-17)

Features

  • 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

Bug Fixes

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

Dependencies

  • 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

0.3.5 (2024-03-26)

Dependencies

  • 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

0.3.4 (2023-09-28)

Dependencies

  • 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

0.3.3 (2023-09-28)

Dependencies

  • 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

0.3.2 (2023-09-05)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/check-ui-shell bumped from ^0.2.2 to ^0.2.3

0.3.1 (2023-06-18)

Features

  • allow for defining model comparison scenarios in YAML files (#330) (426eab1), closes #315

Dependencies

  • 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

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)

Dependencies

  • 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

0.2.2 (2022-10-28)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/check-ui-shell bumped from ^0.2.0 to ^0.2.1

0.2.1 (2022-09-30)

Bug Fixes

  • make plugin-check automatically copy current bundle to baselines (#257) (0462f7f), closes #256

0.2.0 (2022-09-28)

Features

  • allow for selecting different model-check baseline bundle in local dev mode (#246) (6425eb8), closes #244

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/check-ui-shell bumped from ^0.1.1 to ^0.2.0

0.1.5 (2022-09-21)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/build bumped from ^0.1.1 to ^0.2.0

0.1.4 (2022-08-09)

Bug Fixes

  • exclude moment dependency in plugin-check report config (#226) (3e9da1a), closes #225

0.1.3 (2022-08-06)

Bug Fixes

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

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/build bumped from ^0.1.0 to ^0.1.1

0.1.2 (2022-07-12)

Bug Fixes

  • add explicit "optimizeDeps.include" entries for check report Vite config (#220) (b79ddb1), closes #219

0.1.1 (2022-07-12)

Bug Fixes

  • 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

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/check-ui-shell bumped from ^0.1.0 to ^0.1.1

0.1.0 (2022-06-28)

Features

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