🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

dockerfile-language-server-nodejs

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dockerfile-language-server-nodejs - npm Package Versions

rcjsuen
published 0.14.0 •

Changelog

Source

[0.14.0] - 2025-04-11

Added

Fixed

rcjsuen
published 0.13.0 •

Changelog

Source

[0.13.0] - 2024-06-18

Added

Fixed

  • textDocument/publishDiagnostics
    • consider default value of a variable when determining if FROM is invalid or not (#269)
rcjsuen
published 0.12.0 •

Changelog

Source

[0.12.0] - 2024-05-23

Added

rcjsuen
published 0.11.0 •

Changelog

Source

[0.11.0] - 2023-09-10

Added

Fixed

rcjsuen
published 0.10.2 •

Changelog

Source

[0.10.2] - 2023-06-01

Fixed

  • textDocument/semanticTokens/full
    • ignore quotes in comments if it's within an embedded argument with CRLF used as a newline delimiter (#113)
    • prevent 0-length semantic tokens from being added (#114)
    • correct typo in the comment handling logic of semantic tokens with CRLF newlines (#116)
    • ignore escaped newlines when checking for strings in semantic tokens (#115)
rcjsuen
published 0.10.1 •

Changelog

Source

[0.10.1] - 2023-06-01

Fixed

rcjsuen
published 0.10.0 •

Changelog

Source

[0.10.0] - 2023-05-28

Added

Fixed

rcjsuen
published 0.9.0 •

Changelog

Source

[0.9.0] - 2022-05-04

Added

Fixed

rcjsuen
published 0.8.0 •

Changelog

Source

[0.8.0] - 2022-01-22

Added

  • textDocument/semanticTokens/full
    • variable semantic tokens are now split up into multiple tokens, offering a finer-grained view of what each part of it is for which should improve readability (rcjsuen/dockerfile-language-service#100)

Fixed

  • textDocument/publishDiagnostics
rcjsuen
published 0.7.3 •

Changelog

Source

[0.7.3] - 2021-12-12

Fixed

  • textDocument/completion
    • fix error returned when computing completion items at the end of a COPY instruction with flags (#258)
    • fix error returned when computing completion items at the end of a ADD instruction with flags (#259)
    • fix infinite loop in ADD and COPY instructions when calculating WORKDIR suggestions for a build stage that shares its name with the image (rcjsuen/dockerfile-language-service#99)
  • textDocument/formatting
  • textDocument/onTypeFormatting
  • textDocument/rangeFormatting