File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.7.0] - 2025-09-21
11+
12+ ### Added
13+ - Property-argument highlighting for Serilog templates (#15 , #17 )
14+ - Highlights the connection between template properties and their corresponding arguments
15+ - When cursor is on a template property, both the property and its argument are highlighted
16+ - When cursor is on an argument, both the argument and its template property are highlighted
17+ - Press ESC to dismiss highlights
18+ - Supports all string formats: regular, verbatim (@"..."), and raw strings ("""...""")
19+ - Handles complex scenarios: multi-line templates, collection expressions, anonymous objects
20+ - Correctly handles LogError with exception parameters
21+ - Supports positional parameters ({0}, {1}) including duplicates
22+ - Excludes ExpressionTemplate contexts where properties have no corresponding arguments
23+
24+ ### Fixed
25+ - ExpressionTemplate properties (like {@t }, {@l }, {@m }) no longer incorrectly trigger property-argument highlighting
26+
1027## [ 0.6.2] - 2025-09-09
1128
1229### Fixed
You can’t perform that action at this time.
0 commit comments