Skip to content

Latest commit

 

History

History
134 lines (71 loc) · 4.5 KB

CHANGELOG.md

File metadata and controls

134 lines (71 loc) · 4.5 KB

Change Log

All notable changes to the vscode-caddyfile-support project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[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] - 2023-05-16

Added

  • Added support for Heredoc (f878179)

[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] - 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] - 2022-11-21

Fixed

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

[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] - 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] - 2021-05-11

Changed

DevOps

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

[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] - 2020-12-06

Added

  • Language Server (#6)

[v0.0.4] - 2020-10-13

Fixed

  • acme_ca_root not being highlighted in global options (26079b4)
  • Paths connected to a domain not being properly highlighted (#5)

[v0.0.3] - 2020-08-30

Fixed

  • localhost not being treated as a domain (#3)
  • Domains not being properly highlighted after matchers (#4)
  • :<PORT> not being highlighted as a domain (#4)

Changed

  • Format command is now caddy fmt - instead of caddy fmt -stdin (ref)

[v0.0.2] - 2020-08-21

Added

  • caddyfile.executable configuration option
  • Basic support for highlighting matchers

Removed

  • Wedgefile association. (#2)

Fixed

  • Formatter will no longer overwrite the file with it's previous content. (#1)

Changed

[v0.0.1] - 2020-08-17

  • Initial Release