Releases: palantir/gradle-consistent-versions-idea-plugin
Releases · palantir/gradle-consistent-versions-idea-plugin
0.10.0
🐛 Fixes
- Allow for . character in package name during lexing (#87)
0.9.0
🐛 Fixes
- Parser correctly recovers on error (#82)
0.8.0
🐛 Fixes
- Fix plugin verifier issues (#79)
0.7.0
✨ Features
- Naive star version suggestions (#61)
🐛 Fixes
- Don't write locks if both the locks and props change (#67)
- Prevent projects with the same start to there name writing locks on each other (#75)
💡 Improvements
- Order repositories that are read (#71)
0.6.0
🐛 Fixes
- filter for rc and snapshot in versions (#48)
- better logging for
ConnectException
in contents util (#50)
- Maintain version order from xml (#52)
- ignore localhost and file system repositories from gcv-maven-repositories.xml (#56)
💡 Improvements
- Suggest the * wild card match for package names (#51)
- dynamic reload plugin (#72)
0.5.0
🐛 Fixes
- Cache is loaded on first instance and on project refresh (#45)
- maintain order of repositories read from xml (#46)
💡 Improvements
- Readme and plugin description improved (#42)
0.4.0
🐛 Fixes
- lexer working (#17)
- ignore unknown (#25)
- Highlight dependency-upgrader comments (#37)
💡 Improvements
- Settings Page (#27)
- Read repositories on a per project level (#31)
- Read gradle cache bin files to get suggestions (#35)
0.3.0
🐛 Fixes
- Better plugin description and slightly improved readme (#16)
- Prevent the \ character causing the version to wrap the next line (#9)
💡 Improvements
- Mark and pin the latest version during autocomplete suggestion (#11)
- add caffeine cache to folders (#13)
0.2.0
💡 Improvements
- Smarter versions lock writing (#10)
0.1.0
✨ Features
- Idea intellij plugin for gradle consistent versions (#1)