Skip to content

Latest commit

 

History

History
198 lines (110 loc) · 8.45 KB

File metadata and controls

198 lines (110 loc) · 8.45 KB

Changelog

0.2.13 (2026-02-04)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/runtime bumped from ^0.2.7 to ^0.2.8
      • @sdeverywhere/runtime-async bumped from ^0.2.7 to ^0.2.8
    • peerDependencies
      • @sdeverywhere/build bumped from ^0.3.7 to ^0.3.10

0.2.12 (2026-01-08)

Dependencies

  • upgrade vite to ^7.1.12 + upgrade vitest to ^4.0.16 (#735) (f16f127), closes #734

0.2.11 (2025-10-08)

Dependencies

  • upgrade to vite 7.1.9 + svelte 5.39.10 (39108d2)

0.2.10 (2025-04-26)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/runtime bumped from ^0.2.6 to ^0.2.7
      • @sdeverywhere/runtime-async bumped from ^0.2.6 to ^0.2.7

0.2.9 (2025-01-09)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/runtime bumped from ^0.2.5 to ^0.2.6
      • @sdeverywhere/runtime-async bumped from ^0.2.5 to ^0.2.6

0.2.8 (2024-12-13)

Dependencies

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

0.2.7 (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.2.6 (2024-08-23)

Bug Fixes

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

Dependencies

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

0.2.5 (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.2.4 (2024-08-17)

Features

  • add compiler and runtime support for generating pure JS models (#486) (42d4dc6), closes #437

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.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