Releases: pontem-network/intellij-move
Releases · pontem-network/intellij-move
Move on Aptos v1.41.1
Move on Aptos v1.41.0
What's Changed
Move on Aptos v1.40.0
Changes
- Rework Build | Sync tab:
- Show colored output of the fetch command.
- Show more information for the dependency paths, which would hopefully ease the debugging for users.
- Add completion after the dot for the tuple structs instances.
- Allow explicit type in lambdas:
for_each(v, |item: &Item| {})
- Add enums and enum variants to the Structure View.
- Bump
aptos-cli
to 4.4.0.
Move on Aptos v1.39.0
Changes
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
v1.38.1
v1.20.0
1.18.0
See the changelog for the release at https://github.com/pontem-network/intellij-move/blob/master/changelog/1.18.0.md
1.17.0
- type checking for binary arithmetic operators
- use named address values for module resolution
- add a warning to check for inconsistent address names usage
- check for valid module name in single-module file rename
- fix file name refactoring for non-move files
- generate test run configuration correctly for packages in aptos-core/ repo