Skip to content

Latest commit

 

History

History
147 lines (98 loc) · 7.02 KB

CHANGELOG.md

File metadata and controls

147 lines (98 loc) · 7.02 KB

0.6.0 (2024-10-23)

ENHANCEMENTS:

  • Use # instead of // for single line comments #309

BUG FIXES:

  • Don't parse expressions containing an open curly brace as blocks syntax#149

INTERNAL:

  • Detect Terraform Stacks, Deploy, Test, and Mock files #316
  • Bump dependencies through npm audit fix #323

0.5.0 (2024-05-15)

BUG FIXES:

  • Allow curly braces in block label strings syntax#120

0.4.0 (2024-04-10)

BUG FIXES:

  • Improve highlighting within objects/maps syntax#112
  • Fix mis-highlight for => syntax#115
  • Fix mis-highlight for conditionals detected as a block syntax#116
  • Fix inline for-expression matching syntax#117
  • Be more permissive in allowed characters in a block label syntax#94

ENHANCEMENTS:

  • Add support for namespaced functions syntax#110
  • Recognise new Nomad naming convention #213
  • Update to Node v18 #277

0.3.2 (2022-12-15)

BUG FIXES:

ENHANCEMENTS:

  • telemetry: track .tflint.hcl #182

0.3.1 (2022-11-24)

BUG FIXES:

  • Update icon for HCL files #174
  • Telemetry: Fix product detection #176

ENHANCEMENTS:

  • Readme: Add section to mention telemetry #173

0.3.0 (2022-11-14)

ENHANCEMENTS:

  • Add icon for HCL files #151
  • Add Sentinel to telemetry #162

INTERNAL:

  • Update MPL-2.0 LICENSE #166

0.2.1 (2022-07-08)

INTERNAL:

  • telemetry: Measure Terraform usage (#123)
  • telemetry: Further break down language IDs (#134)
  • build(deps-dev): bump @vscode/test-electron from 2.1.4 to 2.1.5 (#129)
  • build(deps-dev): bump eslint from 8.16.0 to 8.17.0 (#119)
  • build(deps-dev): bump eslint from 8.17.0 to 8.18.0 (#126)
  • build(deps-dev): bump eslint from 8.18.0 to 8.19.0 (#133)
  • build(deps-dev): bump eslint-plugin-prettier from 4.0.0 to 4.1.0 (#130)
  • build(deps-dev): bump eslint-plugin-prettier from 4.1.0 to 4.2.1 (#131)
  • build(deps-dev): bump prettier from 2.6.2 to 2.7.0 (#122)
  • build(deps-dev): bump prettier from 2.7.0 to 2.7.1 (#124)
  • build(deps-dev): bump ts-loader from 9.3.0 to 9.3.1 (#128)
  • build(deps-dev): bump ts-node from 10.8.0 to 10.8.1 (#121)
  • build(deps-dev): bump ts-node from 10.8.1 to 10.8.2 (#132)
  • build(deps-dev): bump typescript from 4.7.3 to 4.7.4 (#125)
  • build(deps-dev): bump vsce from 2.9.1 to 2.9.2 (#127)
  • build(deps-dev): bump webpack-cli from 4.9.2 to 4.10.0 (#120)

0.2.0 (2022-06-13)

BUG FIXES:

  • Variables with no space between them break syntax highlighting (syntax#34)
  • Fix parsing block with dash in name (syntax#42)

ENHANCEMENTS:

  • Enable github.dev and vscode.dev support (#114)

INTERNAL:

  • Measure usage of known products (#117)

0.1.1 (2022-05-20)

BUG FIXES:

  • Variables with no space between them break syntax highlighting (syntax#34)

ENHANCEMENTS:

  • Use theme-universal icon with solid background (#90)

INTERNAL:

  • build(deps-dev): bump glob from 7.2.0 to 7.2.3 (#83)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.23.0 to 5.25.0 (#87)
  • build(deps-dev): bump @typescript-eslint/parser from 5.23.0 to 5.25.0 (#88)
  • build(deps-dev): bump vsce from 2.7.0 to 2.8.0 (#89)

0.1.0 (2022-05-13)

ENHANCEMENTS:

  • Scaffold extension (#2)
  • Give credit to William Holroyd for extension (#33)
  • Correct link to wholroyd.hcl (#70)
  • Download hashicorp/syntax files on build (#22)
  • Brand Marketplace Entry for publishing (#23)
  • Brand Extension packaging (#69)
  • Walk back Language activationEvents (#71)
  • Update README content (#73)
  • Fix Publish Action (#81)