Skip to content

Releases: microsoft/compose-language-service

v0.2.0

10 May 16:31
3d8c0af
Compare
Choose a tag to compare

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

13 Feb 21:12
a305b86
Compare
Choose a tag to compare

Added

  • Added an executable to launch the language server. #114

v0.1.2

20 Jul 18:39
6225cac
Compare
Choose a tag to compare

Changed

  • Switched to Node 16 and updates some dependencies. #98, #102

v0.1.1

08 Apr 17:10
43b340b
Compare
Choose a tag to compare

Added

  • Completions for the profiles section within a service. #94

Fixed

  • Formatting should no longer remove document end markers. #93

v0.1.0

14 Feb 19:32
c38e0e5
Compare
Choose a tag to compare

Fixed

  • Merge keys are now allowed. #78
  • Better error messages. #88

v0.0.5-alpha

15 Dec 15:25
9997d73
Compare
Choose a tag to compare
v0.0.5-alpha Pre-release
Pre-release

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

08 Nov 14:06
e2ae5f9
Compare
Choose a tag to compare
v0.0.4-alpha Pre-release
Pre-release

Fixed

  • Removes test-scenario postinstall script as it was preventing installation.

v0.0.3-alpha

08 Nov 13:57
95c8610
Compare
Choose a tag to compare
v0.0.3-alpha Pre-release
Pre-release

Fixed

  • A handful of minor bugs relating to position logic (especially affecting hover).

v0.0.2-alpha

01 Nov 14:16
3b7bf5b
Compare
Choose a tag to compare
v0.0.2-alpha Pre-release
Pre-release

Added

  • Significantly more completions have been added

Removed

  • Removed signature help for ports, in favor of completions instead

v0.0.1-alpha

13 Sep 15:39
7f35ec2
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

Added

  • Initial release!
  • Hyperlinks to Docker Hub for images
  • Hover info for many common Compose keys
  • Signature help for ports
  • Completions for volume mappings
  • Diagnostics (currently validates correct YAML only, does not enforce Compose schema)
  • Document formatting