Skip to content

Latest commit

 

History

History
129 lines (65 loc) · 6.58 KB

CHANGELOG.md

File metadata and controls

129 lines (65 loc) · 6.58 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.29 (2024-08-30)

0.0.28 (2024-08-30)

Features

  • add experiments config option (#71) (20ab2b8)
  • inherit all HTML language server features (#73) (1fc1817)

0.0.27 (2024-08-30)

Features

  • add experiments config option (#71) (20ab2b8)
  • inherit all HTML language server features (#73) (1fc1817)

0.0.26 (2024-06-27)

Features

0.0.25 (2024-05-30)

Features

  • capture generic function declarations (#58) (4f85ade)
  • enable nesting of _templ.go files, fixes #730 (913c9b8)

0.0.24 (2024-04-15)

0.0.23 (2024-04-15)

Features

  • multi-line templ/script/css function params syntax highlighting (#41) (ba185d4)
  • show "Starting LSP: templ" as a status bar message (#43) (fd2ae87)

Bug Fixes

  • #652: remove usage of lookbehind regex with wildcard lengths (#47) (25eeddc), closes #652

0.0.22 (2024-03-01)

Bug Fixes

  • Closing style tags on the same line cause syntax highlight issues (#40) (69ddaf0)
  • non-function import expression syntax highlighting (#39) (e33c522)
  • struct method syntax highlighting (b961f34)
  • Syntax issue when closing a script on the same line (#35) (36b2da7)

0.0.21 (2024-02-27)

Features

  • Add restart command

0.0.20 (2024-02-18)

  • Resolve single line import expression syntax highlighting, fixes #508 in #29
  • Refactor import-expression syntax regex matching, fixes #524 in #30
  • Refactor if/else-if statement syntax regex matching, fixes #524 in #31
  • Add syntax highlighting for style/script tags, fixes #489 in #32
  • Add syntax highlighting support for HTML attribute conditional statements, fixes #533 in #33

0.0.19 (2024-01-19)

Features

  • Resolve issue with broken syntax highlighting on switch statements, fixes #437 (b6f0c68)

0.0.18 (2024-01-04)

Features

  • add ~/go/bin to probed directories, fixes #393 (34543ff)

0.0.14 (2023-09-09)

Features

  • add OpenVSX and VS Code Marketplace CI, fixes #111 (824166a)

0.0.13 (2023-09-09)

Bug Fixes

  • ensure go expressions are highlighted as Go code, not strings (98024f3)

0.0.12 (2023-08-20)

0.0.11 (2023-08-20)

Bug Fixes

0.0.10 (2023-08-20)

Bug Fixes

  • add highlighting for else if (614822d)

Change Log

All notable changes to the "templ" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[Unreleased]

  • Initial release