Releases: movebit/aptos-move-analyzer
Releases · movebit/aptos-move-analyzer
aptos-move-analyzer-release-v1.0.4
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
aptos-move-analyzer-release-v1.0.2
2024/9/20 v1.0.2
- support goto on
enum's field type
- support goto on
match
exp
aptos-move-analyzer-release-v1.0.1
2024/9/4 v1.0.1
- auto download lsp-server from lsp-client[only support x86_64 server]
- add plugin option[proxy.addr] for downloading lsp-server
- add aptos-move tests projects
- support goto on return type of fun
- support goto on builtin fun
- upgrade dep about aptos-core to release 4.1.0
- support goto on test code block
- optimize goto on generic type in struct def
aptos-move-analyzer-release-v1.0.0
Changelogs:
2024/7/8 v1.0.0
- supported
receiver style call
find reference
supported generic types in function headerfind reference
supported pack and unpack in the function body