Skip to content

v0.5.0

Choose a tag to compare

@i582 i582 released this 18 Sep 21:01
· 26 commits to main since this release
ce67886

Tolk

  • feat(tolk): add constant evaluator, inlay hints for evaluated constants and show this value on hover in #150
  • feat(tolk): support readonly and private modifiers from Tolk 1.1 in #156
  • feat(tolk): support assembly get methods in #147
  • feat(tolk): support enums from Tolk 1.1 in #143
  • feat(tolk): use the latest tests and stdlib from Tolk 1.1 in #164
  • feat(tolk/highlighting): support highlighting for enum, readonly and private keywords in #141
  • feat(tolk/inlay-hints): don't show constString parameter hint for compile-time stdlib functions in #151
  • feat(tolk/inspections): add CallArgumentsCountMismatch inspection in #138
  • feat(tolk/inspections): warn about unused packToBuilder and unpackFromSlice methods for non-alias types and with wrong signature in #158
  • fix(tolk): fix completion for enums in #157
  • fix(tolk/grammar): fix triple quote string parsing in #153
  • refactor(tolk): small fixes in #144
  • refactor(tolk/type-inference): simplify type inference implementation in #162

FunC

  • fix(func/inspections): support transitively includes in #159

Other

  • chore(ci): enabled the FunC build by @Danil42Russia in #168
  • chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in #165
  • chore: add missed commas in README.md in #139
  • chore: update tolkfmt with enum support in #145
  • feat(ci): checking packages for vulnerabilities by @Danil42Russia in #166