Skip to content

Releases: caddyserver/vscode-caddyfile

v0.4.0

20 Feb 20:55
v0.4.0
7e25ac5
Compare
Choose a tag to compare

[v0.4.0] - 2024-02-20

Added

  • Added support for the .caddyfiletest file extension (#299)

Fixed

  • Updated placeholder regex to support [] notation for accessing array elements (#298)

v0.3.0

16 May 16:16
v0.3.0
6e3ef8b
Compare
Choose a tag to compare

[v0.3.0] - 2023-05-16

Added

  • Added support for Heredoc (f878179)

v0.2.4

16 Feb 18:56
v0.2.4
60378dc
Compare
Choose a tag to compare

[v0.2.4] - 2023-02-16

Added

  • Added the Caddy logo to be shown in VS Code and on the extension marketplace.

Changed

  • Updated all references of the old repository to point to the new one.

v0.2.3

21 Nov 23:12
v0.2.3
c7793d3
Compare
Choose a tag to compare

[v0.2.3] - 2022-11-21

Fixed

  • Actually update the package version, this time. Same changes as v0.2.2, except actually released this time.

v0.2.2

21 Nov 23:12
v0.2.2
bebfdde
Compare
Choose a tag to compare

[v0.2.2] - 2022-11-21

Fixed

  • Escaped quote character in strings break highlighting (#291)

v0.2.1

19 Oct 19:43
v0.2.1
76b82d1
Compare
Choose a tag to compare

[v0.2.1] - 2022-10-11

Fixed

  • Match additional file names for highlighting by default (#231)
  • Comments not being highlighted properly (d2dbe76)

Changed

  • Disable duplicate global option inspection (ee91c9a)

v0.2.0

12 May 16:48
Compare
Choose a tag to compare

[v0.2.0] - 2021-05-12

Added

  • Markdown Support (#19)
  • Highlighting for Content-Types (#19)

Fixed

  • Comments not always highlighting in server blocks (#19)
  • Domains not being properly highlighted (#19)

v0.1.2

12 May 16:48
Compare
Choose a tag to compare

[v0.1.2] - 2021-05-11

Changed

DevOps

  • gh(workflows): add deploy workflow (89e6c76)

v0.1.1

06 Dec 21:59
Compare
Choose a tag to compare

[v0.1.1] - 2020-12-06

Fixed

  • language-server: fix "Duplicated global option" inspection (#7)

Changed

  • language-server: update global option descriptions and suggestions (ba726e5)

v0.1.0

06 Dec 21:26
Compare
Choose a tag to compare

[v0.1.0] - 2020-12-06

Added

  • Language Server (#6)