Releases: movebit/aptos-move-analyzer
Releases · movebit/aptos-move-analyzer
v1.1.5
v1.1.4
v1.1.3
v1.1.2
2025/6/13 v1.0.8
- update aptos-core to lastest for move-compiler-v2 (#issue38)
v1.1.1
Changelogs:
2025/4/30 v1.0.5
- add warning between
aptos-moveanalyzer::format enableandvscode::format on save.(#issue33) - try avoiding to truncating source code.(#issue33)
- optimize speed on InlayHInts. (#issue32)
- optimize speed on format. (#issue31)
v1.1.0
This release includes the following features and improvements:
- Autocomplete: Added support for autocompleting functions and other elements from
stdandaptos-framework. [#25] - Formatting: Fixed issues where the
fmtfunctionality caused save delays, leading to saving an outdated version of the file. Also resolved an issue where asynchronous formatting introduced extra characters. [#28] - Diagnostics: Problems panel now correctly displays all diagnostic messages instead of only one. [#27]
- Performance Optimization: Significantly improved the plugin's response speed for save, formatting, and autocomplete operations. [#26]
- 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 theformat on savesetting. [#23] LspPathnow takes effect correctly, ensuring that VSCode runs the specified executable in the designated directory. [#24]
- Decoupled built-in formatting from the LSP protocol. The current formatting functionality now depends on the
aptos-move-analyzer-release-v1.0.6
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
stdoraptos-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
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
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
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