Releases: microsoft/compose-language-service
Releases · microsoft/compose-language-service
microsoft-compose-language-service v0.3.0
Breaking Changes
- New properties have been added to
AlternateYamlLanguageServiceClientCapabilities
Added
- CodeLenses are now created for starting individual services or all services right from the compose document. #157
Fixed
- The
!reset
and !override
YAML tags will no longer yield warnings. #145
v0.2.0
Breaking Changes
- The
ComposeLanguageClientCapabilities
type has been moved from lib/client/DocumentSettings
to lib/client/ClientCapabilities
Added
- The client can now specify whether an alternative YAML language service is present (e.g., from the YAML extension), selectively disabling features of this language service. #122
v0.1.3
Added
- Added an executable to launch the language server. #114
v0.1.2
Changed
- Switched to Node 16 and updates some dependencies. #98, #102
v0.1.1
Added
- Completions for the
profiles
section within a service. #94
Fixed
- Formatting should no longer remove document end markers. #93
v0.1.0
Fixed
- Merge keys are now allowed. #78
- Better error messages. #88
v0.0.5-alpha
Added
- Completions under the
build
section within a service. #48
Fixed
null
will no longer be inserted on empty maps. #65
- Lines longer than 80 characters will no longer be wrapped. #70
- Completions will no longer be suggested on lines that are already complete. #68
v0.0.4-alpha
Fixed
- Removes test-scenario postinstall script as it was preventing installation.
v0.0.3-alpha
Fixed
- A handful of minor bugs relating to position logic (especially affecting hover).
v0.0.2-alpha
Added
- Significantly more completions have been added
Removed
- Removed signature help for ports, in favor of completions instead