Skip to content

Latest commit

 

History

History
161 lines (113 loc) · 2.75 KB

File metadata and controls

161 lines (113 loc) · 2.75 KB

Change Log

0.0.48

  • revert support for += and -= on target for PROJECT

0.0.47

  • add support for += and -= on target for PROJECT

0.0.46

  • add support for deny attribute in workspace block for WORKSPACE

0.0.45

  • fix default (instead of defaults) attribute name for variables

0.0.44

  • add support for cpus attribute in extension block

0.0.43

  • add support for outputs attribute in target block for WORKSPACE

0.0.42

  • add support for batch attribute in target block

0.0.41

  • add support for env subblock in extension block

0.0.40

  • remove dependencies on project block

0.0.39

  • add support for environments attribute on project block

0.0.38

  • add support for optional comma in list and map

0.0.37

  • downgrade vscode version requirement to allow running the extension on Cursor

0.0.36

  • publish to open-vsx

0.0.35

  • rename rebuild attribute as build

0.0.34

  • rename container attribute as image

0.0.33

  • add configuration and environment attributes

0.0.32

  • add engine attribute

0.0.31

  • rename cache as artifacts

0.0.30

  • update enum syntax to ~

0.0.29

  • add support for enum

0.0.28

  • remove inline and idempotent attributes on target
  • add batch attribute on extension

0.0.27

  • add support for inline target

0.0.26

  • remove deferred target

0.0.25

  • add idempotent target

0.0.24

  • remove ephemeral and restore attribute on workspace and project targets
  • add deferred on workspace and project targets

0.0.23

  • add support for cache attribute on workspace target

0.0.22

  • add support for version attribute

0.0.21

  • add support for ephemeral attribute and remove managed

0.0.20

  • add support for restore attribute

0.0.19

  • update classifiers

0.0.18

  • revert icon support

0.0.17

  • add icons for supported file types

0.0.16

  • fix string interpolation
  • cleanup syntax implementation

0.0.15

  • rework identifier matching

0.0.14

  • specialize operators
  • remove unsupported operators
  • add support for .[]

0.0.13

  • enforce snake_case
  • cleanup functions
  • numbers are int

0.0.12

  • factor blocks / attributes
  • fix functions

0.0.11

  • fix terrabuild vars
  • restrict attributes for wellknown blocks
  • restrict inner-blocks for wellknown blocks
  • wellknown attributes are keywords

0.0.10

  • fix tests

0.0.9

  • fix chained expression
  • fix locals
  • fix @action

0.0.8

  • update docs

0.0.7

  • fix classifiers for top-level blocks
  • change classification for top-level blocks and inner-blocks

0.0.6

  • fix map
  • fix list

0.0.5

  • fix readme
  • fix npm install

0.0.4

  • fix ternary operator in map

0.0.3

  • update application description

0.0.2

  • update application name

0.0.1

  • initial release