Skip to content

Latest commit

 

History

History
98 lines (51 loc) · 4.96 KB

CHANGELOG.md

File metadata and controls

98 lines (51 loc) · 4.96 KB

Changelog

0.1.10 (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.1.9 (2024-08-17)

Features

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

Dependencies

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

0.1.8 (2023-09-29)

Note: This is a redo of the 0.1.7 release to workaround an npmjs registry issue. There are no actual changes in this release.

0.1.7 (2023-09-28)

Bug Fixes

  • add trivial changes to correct previous publish failures and force re-publish (#362) (544d4da), closes #361

0.1.6 (2023-09-05)

Note: The peerDependencies field for the plugin-vite package has been updated to allow for either vite ^3.0.0 or vite ^4.0.0. While other SDEverywhere packages have been updated to use Vite 4 internally, the plugin-vite package should work fine regardless of whether your project is configured to use Vite 3 or Vite 4.

Bug Fixes

0.1.5 (2022-12-10)

Dependencies

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

0.1.4 (2022-10-25)

Bug Fixes

  • make vite a peer dependency for plugin-vite (#269) (eaa02fc), closes #268

0.1.3 (2022-09-28)

Bug Fixes

0.1.2 (2022-09-21)

Dependencies

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

0.1.1 (2022-08-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/build 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