Skip to content

Move on Aptos v1.39.0

Compare
Choose a tag to compare
@mkurnikov mkurnikov released this 29 Oct 13:39
· 71 commits to master since this release
6ee921e

Changes

  • Move 2.1: add compound assignments support (#220, #223),
let x = 1;
x += 1;
  • Move 2.1: add loop labels support (#222),
'label: loop {
    break 'label
}
  • Add inlay type hints for lambda expressions, add Ctrl+Click go-to-definition support for type hints (#218),

  • Parameter Info now correctly works with receiver-style method calls, inferring types using the receiver type,

  • Fix loop invariants parsing in some cases (#214),

  • Update bundled Aptos-CLI to 4.2.6