File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.4.1] - 12.08.2025
6+
7+ ### Added
8+
9+ - feat(tolk/grammar): support ` type int = builtin ` and use new syntax for stubs in https://github.com/ton-blockchain/ton-language-server/pull/129
10+ - feat(tolk/grammar): don't use ` builtin_type ` at all in https://github.com/ton-blockchain/ton-language-server/pull/130
11+
12+ ### Fixes
13+
14+ - fix(tolk/completion): fix ` onBouncedMessage ` completion in https://github.com/ton-blockchain/ton-language-server/pull/134
15+ - fix(tolk/type-inference): correctly handle cyclic structs in https://github.com/ton-blockchain/ton-language-server/pull/133
16+
517## [ 0.4.0] - 11.08.2025
618
719### Added
Original file line number Diff line number Diff line change 1212 " BoC" ,
1313 " TL-B"
1414 ],
15- "version" : " 0.4.0 " ,
15+ "version" : " 0.4.1 " ,
1616 "engines" : {
1717 "vscode" : " ^1.63.0"
1818 },
Original file line number Diff line number Diff line change 11{
22 "name" : " ton-language-server" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "description" : " Language Server for the TON Blockchain" ,
55 "main" : " server.js" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments