Skip to content

Latest commit

 

History

History
225 lines (124 loc) · 8.32 KB

CHANGELOG.md

File metadata and controls

225 lines (124 loc) · 8.32 KB

Changelog

0.2.19 (2024-09-15)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.19 to ^0.7.20

0.2.18 (2024-08-28)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.18 to ^0.7.19

0.2.17 (2024-08-23)

Bug Fixes

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

0.2.16 (2024-08-19)

Bug Fixes

  • include new columns in generated model.csv file (#511) (d7bb0ad), closes #510

0.2.15 (2024-08-17)

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/compile bumped from ^0.7.17 to ^0.7.18

0.2.14 (2024-04-22)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.16 to ^0.7.17

0.2.13 (2024-04-19)

Bug Fixes

  • replace degit with giget so that create package doesn't depend on Git being installed locally (#467) (0bf481b), closes #464

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.15 to ^0.7.16

0.2.12 (2024-04-17)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.14 to ^0.7.15

0.2.11 (2024-03-12)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.13 to ^0.7.14

0.2.10 (2024-03-11)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.12 to ^0.7.13

0.2.9 (2024-02-23)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.11 to ^0.7.12

0.2.8 (2024-01-17)

Bug Fixes

  • allow --genc and --list arguments to be used in the same sde generate command (#425) (9f97332), closes #424

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.10 to ^0.7.11

0.2.7 (2023-11-15)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.9 to ^0.7.10

0.2.6 (2023-10-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.8 to ^0.7.9

0.2.5 (2023-09-29)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.7 to ^0.7.8

0.2.4 (2023-09-28)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.6 to ^0.7.7

0.2.3 (2023-09-05)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.5 to ^0.7.6

0.2.2 (2023-04-04)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.4 to ^0.7.5

0.2.1 (2022-12-13)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.3 to ^0.7.4

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/compile bumped from ^0.7.2 to ^0.7.3

0.1.3 (2022-12-09)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.1 to ^0.7.2

0.1.2 (2022-10-24)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @sdeverywhere/compile bumped from ^0.7.0 to ^0.7.1

0.1.1 (2022-09-28)

Bug Fixes

  • only report error for install deps step if exit code is non-zero (#249) (dc14b1c), closes #239

0.1.0 (2022-09-22)

Features

  • add create package for simpler project init (#235) (daaa0b0), closes #228

Changelog