|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to the AWS CloudFormation Language Server will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [0.0.1] |
| 9 | + |
| 10 | +### Added |
| 11 | +- **Language Server Protocol**: Full LSP implementation for CloudFormation templates with comprehensive language features |
| 12 | +- **Intelligent Completion System**: |
| 13 | + - Advanced completion engine with fuzzy matching using Fuse.js |
| 14 | + - Resource type and property completion |
| 15 | + - Intrinsic function completion with parameter suggestions |
| 16 | + - Parameter type and value completion |
| 17 | + - Condition and mapping completion |
| 18 | + - Top-level section completion |
| 19 | +- **Hover Documentation**: |
| 20 | + - Contextual help for CloudFormation resources, properties, and intrinsic functions |
| 21 | + - Parameter documentation with type information |
| 22 | + - Condition and mapping hover support |
| 23 | + - Template section documentation |
| 24 | + - Pseudo-parameter reference information |
| 25 | +- **Document Processing**: |
| 26 | + - Tree-sitter parsing for YAML and JSON CloudFormation templates |
| 27 | + - Partial JSON parsing for incomplete documents |
| 28 | + - CloudFormation template detection and validation |
| 29 | + - Document symbol extraction and indexing |
| 30 | + - Multi-format support (JSON/YAML) |
| 31 | +- **Schema Validation**: |
| 32 | + - CloudFormation resource schema validation and enforcement |
| 33 | + - Regional schema support with automatic retrieval |
| 34 | + - Private and combined schema handling |
| 35 | + - Remote schema caching and management |
| 36 | +- **AWS Service Integration**: |
| 37 | + - CloudFormation API integration for stack operations |
| 38 | + - IAM service integration for permission validation |
| 39 | +- **Diagnostics and Validation**: |
| 40 | + - Real-time syntax and semantic validation |
| 41 | + - cfn-lint integration with Pyodide worker for Python-based linting |
| 42 | + - Comprehensive error detection and reporting |
| 43 | + - Code action suggestions for common issues |
| 44 | +- **Navigation Features**: |
| 45 | + - Go-to-definition functionality for CloudFormation references |
| 46 | + - Document symbol support for template navigation |
| 47 | + - Context-aware entity resolution |
0 commit comments