Skip to content

v0.7.1

Compare
Choose a tag to compare
@i582 i582 released this 24 May 06:48
· 65 commits to master since this release
74deb9c

Added

  • feat(inspection): add inspection for misspelled initOf and codeOf in #627
  • feat(vscode-package): improve VS Code packaging in #634
  • feat(asm): use the latest TVM specification with fixes in #646
  • feat(stubs): use stdlib stubs.tact if present with fallback to LS stubs.tact in #647

Fixes

  • fix(grammar): support continuation names as method ID variables by @novusnota in #595
  • fix(signature-help): more accurate signature info target selection in #624
  • fix(inspections): don't warn to override/abstract/virtual methods in CanBeStandaloneFunction inspection in #625
  • fix(completion): add contract types to a completion list as well in #626
  • fix(documentation): fix TL-B type for the optional struct / message field in #628
  • fix(rename): support rename when the whole name is selected in #629
  • fix(resolving): search BaseTrait only in stdlib in #630
  • fix(inspections): don't send inspections again if compiler or misti didn't find any issues in #631
  • fix(tlb): fix TL-B for fields with "as remaining" in #640
  • fix(vscode): fix .boc file focus issue in #648
  • fix(rename): fix rename of variable in a short struct instance in #649
  • fix(inlay-hints/documentation): don't show size if it may be incorrect in #650
  • fix: don't run inspections and inlay-hints before full initialization in #651
  • fix: take into account an import tree, make "NotImportedSymbolInspection" warning and improved overall performance in #652

Other

  • fix: set "@textlint/markdown-to-ast": "14.4.2" in #635
  • feat(ci): run unit tests on CI in #645
  • feat(dev-docs): add CONTRIBUTING.md in #641
  • chore: enforce interface/type fields immutability in #623
  • chore: pack LS as NPM package in #654
  • chore: add installation via NPM section in #655
  • chore: mention LLMs documentation files in README-extension.md in #642
  • chore: backport formatter fixes in #644