|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.5.0] - 19.09.2025 |
| 6 | + |
| 7 | +### Tolk |
| 8 | + |
| 9 | +- feat(tolk): add constant evaluator, inlay hints for evaluated constants and show this value on hover in https://github.com/ton-blockchain/ton-language-server/pull/150 |
| 10 | +- feat(tolk): support `readonly` and `private` modifiers from Tolk 1.1 in https://github.com/ton-blockchain/ton-language-server/pull/156 |
| 11 | +- feat(tolk): support assembly get methods in https://github.com/ton-blockchain/ton-language-server/pull/147 |
| 12 | +- feat(tolk): support enums from Tolk 1.1 in https://github.com/ton-blockchain/ton-language-server/pull/143 |
| 13 | +- feat(tolk): use the latest tests and stdlib from Tolk 1.1 in https://github.com/ton-blockchain/ton-language-server/pull/164 |
| 14 | +- feat(tolk/highlighting): support highlighting for `enum`, `readonly` and `private` keywords in https://github.com/ton-blockchain/ton-language-server/pull/141 |
| 15 | +- feat(tolk/inlay-hints): don't show `constString` parameter hint for compile-time stdlib functions in https://github.com/ton-blockchain/ton-language-server/pull/151 |
| 16 | +- feat(tolk/inspections): add `CallArgumentsCountMismatch` inspection in https://github.com/ton-blockchain/ton-language-server/pull/138 |
| 17 | +- feat(tolk/inspections): warn about unused `packToBuilder` and `unpackFromSlice` methods for non-alias types and with wrong signature in https://github.com/ton-blockchain/ton-language-server/pull/158 |
| 18 | +- fix(tolk): fix completion for enums in https://github.com/ton-blockchain/ton-language-server/pull/157 |
| 19 | +- fix(tolk/grammar): fix triple quote string parsing in https://github.com/ton-blockchain/ton-language-server/pull/153 |
| 20 | +- refactor(tolk): small fixes in https://github.com/ton-blockchain/ton-language-server/pull/144 |
| 21 | +- refactor(tolk/type-inference): simplify type inference implementation in https://github.com/ton-blockchain/ton-language-server/pull/162 |
| 22 | + |
| 23 | +### FunC |
| 24 | + |
| 25 | +- fix(func/inspections): support transitively includes in https://github.com/ton-blockchain/ton-language-server/pull/159 |
| 26 | + |
| 27 | +### Other |
| 28 | + |
| 29 | +- chore(ci): enabled the `FunC` build by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/168 |
| 30 | +- chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in https://github.com/ton-blockchain/ton-language-server/pull/165 |
| 31 | +- chore: add missed commas in README.md in https://github.com/ton-blockchain/ton-language-server/pull/139 |
| 32 | +- chore: update tolkfmt with enum support in https://github.com/ton-blockchain/ton-language-server/pull/145 |
| 33 | +- feat(ci): checking packages for vulnerabilities by @Danil42Russia in https://github.com/ton-blockchain/ton-language-server/pull/166 |
| 34 | + |
5 | 35 | ## [0.4.1] - 12.08.2025 |
6 | 36 |
|
7 | 37 | ### Added |
|
0 commit comments