Skip to content

Releases: climateinteractive/SDEverywhere

cli: v0.7.16

17 Jan 20:49
6ec1f63
Compare
Choose a tag to compare

0.7.16 (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/build bumped from ^0.3.2 to ^0.3.3
      • @sdeverywhere/compile bumped from ^0.7.10 to ^0.7.11

build: v0.3.3

17 Jan 20:49
6ec1f63
Compare
Choose a tag to compare

0.3.3 (2024-01-17)

Bug Fixes

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

parse: v0.1.0

11 Dec 21:42
6bdb410
Compare
Choose a tag to compare

0.1.0 (2023-12-08)

Features

Bug Fixes

  • add parentheses if needed when reduceConditionals optimization is applied (#411) (9269098), closes #410
  • change reduceConditionals to not resolve variable references outside of the condition expression (#409) (62e1ab1), closes #408
  • implement unary NOT case for reduceExpr (#415) (ce66990), closes #414

create: v0.2.7

16 Nov 06:03
84d4c14
Compare
Choose a tag to compare

Dependencies

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

compile: v0.7.10

16 Nov 06:03
84d4c14
Compare
Choose a tag to compare

0.7.10 (2023-11-15)

Bug Fixes

  • allow lowercase cell reference in GET DIRECT function calls (#396) (76f890c), closes #395
  • handle case where subscript/index appears in expression position (#398) (7ff1380), closes #397
  • handle XLSX files in GET DIRECT {CONSTANTS,DATA,LOOKUPS} (#400) (16b1ddf), closes #399

cli: v0.7.15

16 Nov 06:03
84d4c14
Compare
Choose a tag to compare

Dependencies

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

plugin-config: v0.2.4

14 Nov 20:22
30dbc41
Compare
Choose a tag to compare

0.2.4 (2023-11-14)

Bug Fixes

  • add a spec field to ConfigProcessorOptions to allow for providing additional spec.json values (#391) (82f2d93), closes #390

cli: v0.7.14

27 Oct 04:30
30615c1
Compare
Choose a tag to compare

0.7.14 (2023-10-26)

Features

create: v0.2.6

18 Oct 20:43
96c69b7
Compare
Choose a tag to compare

Dependencies

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

compile: v0.7.9

18 Oct 20:43
96c69b7
Compare
Choose a tag to compare

0.7.9 (2023-10-18)

Bug Fixes

  • allow numeric ranges in subscript range definitions (#375) (da13dc4), closes #318
  • correct handling of lookups defined by GET DIRECT LOOKUPS when used as function call arguments (#379) (a032779), closes #378