Skip to content

Commit 06c6c78

Browse files
committed
chore(release): 0.43.0
1 parent a9257dd commit 06c6c78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to FScript are documented in this file.
44

55
## [Unreleased]
66

7+
## [0.43.0]
8+
9+
710
- Switched LSP local go-to-definition to lexical AST binding resolution so local symbol usages (including record-field values and edge-of-token clicks) resolve to their exact nearest binder.
811
- Added `fscript.server.logLevel=debug` support to surface detailed definition/references diagnostics and refined definition-follow-up references suppression so declaration clicks still show references while usage clicks navigate reliably.
912
- Fixed local match-pattern declaration clicks (for example `Some batch`) to stop jumping to first usage and preserve references-window behavior.
@@ -13,6 +16,8 @@ All notable changes to FScript are documented in this file.
1316
- Fixed LSP reference indexing to include `nameof <symbol>` occurrences so top-level declaration clicks surface `nameof` usages in the references window.
1417
- Added an independent VS Code/LSP toggle for hover hints so it can be enabled or disabled without disabling the language server.
1518

19+
**Full Changelog**: https://github.com/MagnusOpera/FScript/compare/0.42.0...0.43.0
20+
1621
## [0.42.0]
1722

1823

0 commit comments

Comments
 (0)