Skip to content

Releases: movebit/aptos-move-analyzer

v1.1.5

22 Aug 09:06

Choose a tag to compare

Config: Support change Language Version to V1 or V2

v1.1.4

06 Aug 05:47

Choose a tag to compare

ChangeLog:
bug fix: issue #42

v1.1.3

08 Jul 06:30

Choose a tag to compare

2025/7/7 v1.1.3

  • update aptos-core to lastes
  • bug fix: cant compile move-model when env has error

v1.1.2

13 Jun 07:57

Choose a tag to compare

2025/6/13 v1.0.8

  • update aptos-core to lastest for move-compiler-v2 (#issue38)

v1.1.1

30 Apr 09:11
8c08732

Choose a tag to compare

Changelogs:

2025/4/30 v1.0.5

  • add warning between aptos-moveanalyzer::format enable and vscode::format on save.(#issue33)
  • try avoiding to truncating source code.(#issue33)
  • optimize speed on InlayHInts. (#issue32)
  • optimize speed on format. (#issue31)

v1.1.0

20 Mar 09:50
a66915a

Choose a tag to compare

This release includes the following features and improvements:

  1. Autocomplete: Added support for autocompleting functions and other elements from std and aptos-framework. [#25]
  2. Formatting: Fixed issues where the fmt functionality caused save delays, leading to saving an outdated version of the file. Also resolved an issue where asynchronous formatting introduced extra characters. [#28]
  3. Diagnostics: Problems panel now correctly displays all diagnostic messages instead of only one. [#27]
  4. Performance Optimization: Significantly improved the plugin's response speed for save, formatting, and autocomplete operations. [#26]
  5. Plugin Configuration Changes:
    • Decoupled built-in formatting from the LSP protocol. The current formatting functionality now depends on the "aptos-move-analyzer.movefmt.enable" option instead of the format on save setting. [#23]
    • LspPath now takes effect correctly, ensuring that VSCode runs the specified executable in the designated directory. [#24]

aptos-move-analyzer-release-v1.0.6

25 Feb 09:57

Choose a tag to compare

2025/2/25 v1.0.6

  • fix bug on The Field 'Server Path' of extension configure not work.(#issue24)
  • fix bug on go-to-definition for use. (#issue21)
  • fix bug on auto-complete for std or aptos-framework. (#issue25)
  • optimize speed on save file when Ctrl+S. (#issue23)
  • optimize speed on auto-complete. (#issue26)
  • optimize code

aptos-move-analyzer-release-v1.0.5

24 Jan 09:00

Choose a tag to compare

2025/1/24 v1.0.5

  • fix bug on get_global_env_by_move_package_v2() which cause some error "unbound module ..."
  • fix bug on process_use_decl() about addr_name's format
  • update the move-model dependency of aptos-core
  • update formatting code feature
  • optimize code
  • add test cases and improve UT

aptos-move-analyzer-release-v1.0.4

14 Oct 06:26

Choose a tag to compare

2024/10/14 v1.0.4

  • fix issue#12: odd behaviors with diag report
  • add clear_ui_diag()
  • optimize code

aptos-move-analyzer-release-v1.0.3

08 Oct 02:04

Choose a tag to compare

2024/10/08 v1.0.3

  • fix issue#11: fixed panic bug when called StructEnv::get_variants()
  • support find references on const
  • support find references on ENUM
  • fix issue#13: build failed when conflicting modules occur