Skip to content

Releases: movebit/aptos-move-analyzer

aptos-move-analyzer-release-v1.0.4

14 Oct 06:26
Compare
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
Compare
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

aptos-move-analyzer-release-v1.0.2

21 Sep 13:00
Compare
Choose a tag to compare

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

04 Sep 10:40
Compare
Choose a tag to compare

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

08 Jul 03:29
Compare
Choose a tag to compare

Changelogs:

2024/7/8 v1.0.0

  • supported receiver style call
  • find reference supported generic types in function header
  • find reference supported pack and unpack in the function body