Skip to content

Latest commit

 

History

History
87 lines (48 loc) · 4.02 KB

CHANGELOG.md

File metadata and controls

87 lines (48 loc) · 4.02 KB

Changelog

0.2.3 (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.2.2 (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.2.1 (2023-09-05)

Bug Fixes

0.2.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.1.4 (2022-09-28)

Bug Fixes

0.1.3 (2022-09-26)

Dependencies

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

0.1.2 (2022-08-05)

Dependencies

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

0.1.1 (2022-07-12)

Bug Fixes

  • add rollup as dependency to avoid issues with transitive peerDependencies (#214) (4ca5052), closes #209

0.1.0 (2022-06-28)

Features

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