Releases: caddyserver/vscode-caddyfile
Releases · caddyserver/vscode-caddyfile
v0.4.0
[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
[v0.3.0] - 2023-05-16
Added
- Added support for Heredoc (f878179)
v0.2.4
[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
[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
[v0.2.2] - 2022-11-21
Fixed
- Escaped quote character in strings break highlighting (#291)
v0.2.1
[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
[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
[v0.1.2] - 2021-05-11
Changed
DevOps
- gh(workflows): add deploy workflow (89e6c76)
v0.1.1
[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
[v0.1.0] - 2020-12-06
Added