Skip to content

Commit ca57f20

Browse files
committed
docs: update changelog for v0.1.0 release
1 parent 22564e7 commit ca57f20

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ All notable changes to the Serilog Syntax Highlighting extension will be documen
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.1.0] - 2025-09-19
8+
## [0.1.0] - 2025-09-20
99

1010
### Added
1111
- Initial release of Serilog Syntax Highlighting for VS Code
1212
- Template parser for Serilog message templates with property detection
1313
- Expression parser for Serilog.Expressions syntax
1414
- String literal parser supporting regular, verbatim (@"), and raw (""") strings
15-
- Brace matching provider for template property brackets
15+
- Property-argument highlighter showing connections between template properties and their values
16+
- Navigation provider with code actions to jump from properties to arguments
1617
- Decoration manager using VS Code decoration API for syntax highlighting
1718
- Theme manager with dark/light theme color schemes
1819
- Cache manager with LRU eviction (100 entry limit)

0 commit comments

Comments
 (0)