Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 4.33 KB

CHANGELOG.md

File metadata and controls

48 lines (36 loc) · 4.33 KB

Changelog

v0.7.0

No new features, the main change is an overhaul of how completions and hovers are sourced due to the deprecation of https://github.com/awsdocs/aws-cloudformation-user-guide and https://github.com/awsdocs/aws-sam-developer-guide.

v0.6.0

  • 2b45847 Implement completions for static keys, e.g. Type/Properties/DeletionPolicy/... for resources, Description/Value/Export/... for outputs
  • adf8ba4 Hovers for intrinsic functions

v0.5.2

v0.5.1

  • a378823 Fix for configuration error with Neovim (#7).

v0.5.0

  • 9e5416c textDocument/definition for !GetAtts.
  • 6826623 Completions for enum property values.
  • b10f249 Support textDocument/hover for !GetAtts

v0.4.4

  • #5 Respect cfn-lint config if it exists, thanks to @mbarneyjr
  • 445a824 Fix for #4 - error with Python 3.11

v0.4.3

  • fbc8a90 Fix for #3 - SAM templates being treated as Cloudformation templates by cfn-lint.

v0.4.2

  • f7e4198 Use us-east-1 by default for all diagnostics so diagnostics are not duplicated in some circumstances
  • 91b217f Partial support for !GetAtt completions

v0.4.1

  • b5ffc84 SAM template Support
  • 8e80c6d Fix warning and informational diagnostics shown as warnings

v0.3.1

v0.3.0

v0.2.0

  • 3e7479f Support for snippet expansion (autogen of required properties) after resource completion
  • 98c060e (Some) support for intrinsic function completions
  • 261f1e7 Hover support for JSON resources