Skip to content

Latest commit

 

History

History
111 lines (86 loc) · 8.97 KB

CHANGELOG.md

File metadata and controls

111 lines (86 loc) · 8.97 KB

Change Log

All notable changes to the "vscode-cfn-lint" extension will be documented in this file.

0.26.0

What's Changed

  • Update tests and vscode test version by @kddejong in #418
  • Bump @types/lodash from 4.17.6 to 4.17.10 in /client by @dependabot in #419
  • Bump @types/vscode from 1.91.0 to 1.94.0 in /client by @dependabot in #420
  • Bump peter-evans/create-pull-request from 6 to 7 by @dependabot in #415
  • Bump path-to-regexp from 1.8.0 to 1.9.0 in /server by @dependabot in #414
  • Bump mocha from 10.4.0 to 10.7.3 in /client by @dependabot in #412
  • Bump semver from 7.6.2 to 7.6.3 in /server by @dependabot in #410
  • Bump vscode-languageserver-textdocument from 1.0.11 to 1.0.12 in /server by @dependabot in #411
  • CloudFormation Template Schema upgrade by @github-actions in #406
  • Publish to open vsx by @kddejong in #421

Full Changelog: https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/compare/v0.25.6...v0.26.0

0.25.6

What's Changed

  • Bump @types/vscode from 1.87.0 to 1.88.0 in /client by @dependabot in #391
  • Bump @types/vscode from 1.88.0 to 1.89.0 in /client by @dependabot in #396
  • Bump @types/lodash from 4.17.0 to 4.17.4 in /client by @dependabot in #394
  • Fixes for tests for cfn-lint v1 by @kddejong in #403
  • Bump @types/vscode from 1.89.0 to 1.91.0 in /client by @dependabot in #404
  • Bump semver from 7.6.0 to 7.6.2 in /server by @dependabot in #397
  • Bump @types/lodash from 4.17.4 to 4.17.6 in /client by @dependabot in #401
  • Bump yaml-language-server from 1.14.0 to 1.15.0 in /server by @dependabot in #400
  • Bump braces from 3.0.2 to 3.0.3 by @dependabot in #399
  • Bump braces from 3.0.2 to 3.0.3 in /client by @dependabot in #398
  • Bump @vscode/test-electron from 2.3.9 to 2.4.1 in /client by @dependabot in #405
  • CloudFormation Template Schema upgrade by @github-actions in #389

Full Changelog: https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/compare/v0.25.5...v0.25.6

0.25.5

  • Update CloudFormation schema files as of 2024-04-24 (pull #386)
  • Fix an issue with symbols being falsy in json (pull #387)

0.25.4

  • Update CloudFormation schema files as of 2024-03-21 (pull #374)

0.25.3

  • Update CloudFormation schema files as of 2023-12-13 (pull #364)
  • Fix a formatting issue (pull #363)
  • Fix an issue when disabling completion (pull #362)

0.25.2

  • Validate cfn-lint versions on launch (pull #360)
  • Update CloudFormation schema files as of 2023-12-13 (pull #354)

0.25.1

  • Fix relative path for schema files (pull #352)
  • Update CloudFormation schema files as of 2023-11-02 (pull #345)

0.25.0

  • Update CloudFormation schema files as of 2023-10-11 (pull #309)
  • Update all packages as of 2023-10-11 (pull #343, #342, #341, #340, #334, #339, #335)

0.24.5

  • Fix an issue with formatting indentation and &emsp with yaml language server (pull #311)

0.24.4

  • Update CloudFormation schema files as of 2023-04-27 (pull #298)
  • Update language server to not try get symbols when not CloudFormation (pull #307)
  • Update language server to not do autocomplete when not CloudFormation (pull #307)

0.24.3

  • Update CloudFormation schema files as of 2023-03-06 (pull #258)

0.24.2

  • Update yaml-language-server to 1.10.0 (pull #258)

0.24.1

  • Update CloudFormation schema files and clean up patternProperties with bad regex patterns (pull #255)

0.24.0

  • Add support for Ref in hover and autocomplete (pull #248)
  • Update how we determine what a CloudFormation template is (pull #250)
  • Update JSON Spec to be based on the registry (pull #251)

0.23.4

  • Fix an issue where validation is run on file change (pull #245)

0.23.3

  • Fix preview command not showing graph (pull #243)

0.23.2

  • Disable documentRangeFormattingProvider and documentFormattingProvider in server capabilities (pull #234)

0.23.1

  • Update the formatter handler to only handle yaml files (pull #231)

0.23.0

  • Removed dependency on plugin vscode-yaml (pull #228)
  • Include yaml-language-server as a library in server package (pull #228)

0.22.0

  • Updated CloudFormation Specs (pull #212)
  • Include Information checks by default (pull #223)
  • Update a lot of dependencies (pull #226)

0.18.0

  • Update deployment and testing to use GitHub Actions
  • Update CloudFormation Template Schema to 31.1.0 (pull #160)

0.12.2

  • Update autocomplete data to spec version 15.2.0 (pull #112)

0.1.0

  • Initial release